Tagged Questions
1
vote
2answers
5k views
IOException - Access Denied Using FileOutputStream
I get the following IOException :
java.io.IOException: Access is denied
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:850)
at ...
0
votes
3answers
364 views
Issues about files in use: get the name of another Process that use file
I using C# .NET , vs 2008 , .net 3.5
For me, is difficult, but I need sample code in C# for this:
Check if a file is in use
If file is in use, the name of Process that use it
For example, in my ...