|
|
|
14
Deletes all files of a certain extention from a folder.
8
Move a file quickly in java.
14
mattrmiller
in the normal GZIPOutputStream you can not et the compression level. I came across this little script tonight that allows you to set the compression level for GZIPOutputStream.
10
Copy a file to a new location, optionally marking the file as a temporary file (to be deleted on application exit).
Note there are issues for temporary files - not all the parent directories that might be created are guaranteed to be deleted - only the immediate parent directory will be deleted on exit if created. Other higher-level directories will not be deleted, even if the file is marked as temporary.
Note there are issues for temporary files - not all the parent directories that might be created are guaranteed to be deleted - only the immediate parent directory will be deleted on exit if created. Other higher-level directories will not be deleted, even if the file is marked as temporary.
5
Check the attributes of a file or folde
5
Retrieve information about a file
5
this function returns the aggregated size
of all files in a directory and its subdirectories
of all files in a directory and its subdirectories
-1
Checks to see if a file or folder exists
The fFile variable determines whether you're
looking for a File (True) or Folder(False)
The strName variable holds the fully qualified
path you're looking For
9
Set's a filter for what files to accept when using JFileChooser.
8
File CheckSum







