|
|
|
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.
9
Class method to read a binary file and copy it to a byte array.
-8
Write a set of bytes into a so-called binary file. The point is that we use BinaryWriter here and we have a byte array as input.
8
Write a set of bytes into a 'so-called' binary file. The point is that we use BinaryWriter here and we have a byte array as input.
4
This function tries to locate a file in a give folder (either single level, or in any sub folder). Returns the relative file and path, or FALSE if not found. Skips over "." and "..".
2
This simple function utility is used to find file size in bytes
4
One of the simlest way to include a php file using absolute path
4
This simple script can be used to get the script filename and extensio
-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
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







