1. Make a File/Folder Hidden on Windows with Java stackoverflow.comI 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.comUsing 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.comMy 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.comI 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.comThe |
6. Windows temp directory details (Java) stackoverflow.comI'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 -
|
7. Accessing files through Java from folder with huge number of files stackoverflow.comMy 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.comMy selenium and java based application needs to frequently read/upload a small-size file from a shared folder ( |