Functions for handling files on disk.
Name |
Description |
Access |
Check access rights on file |
BaseName |
Return name part of file |
Chown |
Change owner of file |
Chmod |
Change access rights on file |
DirName |
Return directory part of file |
FSplit |
Split filename in parts |
FExpand |
Return full-grown filename |
FLock |
Set lock on a file |
FNMatch |
Match filename to searchpattern |
FSearch |
Search for a file in a path |
FSStat |
Return filesystem information |
FStat |
Return file information |
FRename |
Rename file |
LStat |
Return information on a link |
Link |
Create a link |
ReadLink |
Read contents of a symbolic link |
SymLink |
Create a symbolic link |
Umask |
Set the file creation mask |
UnLink |
Remove a file |
Utime |
Change file timestamps |