python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trouble renaming file in directory without error: "The process cannot access the file because it is being used by another process."
import java.io.File;
import java.io.IOException;
import java.util.*;
//import java.lang.Object;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file....
TheBriggis
Votes: 0
Answers: 1
Read file buffer treats archives (zip, jar, etc) as directory and throws IOException
I have a requirement to break large files into 2MB slices for transport across a bridge. The following block of code works for all file types except archives (zip, jar, etc), for which it throws an IO...
VultureMF
Votes: 0
Answers: 1
IOException from Serilog with SEQ? How to troubleshoot and solve?
I have a simple Windows Service with the following features :
.Net 6.0
RabbitMQ
Serilog
Serilog Seq, email, console, MSSql, Configuration...
Dependency Injection (Microsoft)
EntityFramework
HostBuild...
Banshee
Votes: 0
Answers: 0
How to write custom excetion for Mutilple exceptions in java?
I am using smtp api which throws MessageException and IOException
But in our application, we need to have wrapper exception for both.
Is it possible to write wrapper exception for this? like custom ex...
shree
Votes: 0
Answers: 2