folder « Windows « Java I/O Q&A





1. Make a File/Folder Hidden on Windows with Java    stackoverflow.com

I need to make a file and/or folder hidden on both Windows and Linux. I know that appending a '.' to the front of a file/folder will make it hidden on ...

2. How do I create a monitor for a specific directory?    stackoverflow.com

Using Java over Windows Vista, I'm trying to create a kind of a monitor for a directory, so every time this directory is modified (new, renamed, updated or deleted files) a ...

3. "Temporary Internet Files" folder on Windows    stackoverflow.com

My Java program needs to delete any temporary internet files that were created by a "Shell.Explorer.1" ActiveX control created by the program. What is the best way to do that? If I go ...

4. Java api to get Microsoft Windows Special folders    stackoverflow.com

I once found a nifty little library that used JNI to allow java applications on Windows to get the locations of various "special" directories on windows. I can't for the ...

5. File.listFiles() and distinguishing physical folders from virtual ones    stackoverflow.com

The File.listFiles() method lists the contents of a folder. On windows however, when you call the method on your root drive, it also yields some - in lack of a better ...

6. Windows temp directory details (Java)    stackoverflow.com

I'm writing a program that needs a generic temp folder. I'm trying to find details about the Windows Temp folders. There are two paths that I know about -

  1. In each user ...

7. Accessing files through Java from folder with huge number of files    stackoverflow.com

My application(developed in Java) fetches files from a particular folder in windows. The problem is when the number files in this directory are increasing (say to 100K files). I see that ...

8. How to access shared folder on Windows without prompting username/password?    stackoverflow.com

My selenium and java based application needs to frequently read/upload a small-size file from a shared folder (\\some-server-ip\SharedfolderName). When I run the application on multiple client machine (both server and clients can ...