BOOL Chmdo (string Filename,int mode)
To set the modification time for a file
BOOL Touch (string Filename,int [TIME])
Get file access (returned in eight form)
int fileperms (string filename)
Get I-node (index node) information for a file
int Filenode (string filename)
Get File size
int filesize (string filename)
Get the UID value of a file
int Fileowner (string filename)
Get the GID value of a file
int filegroup (string filename)
Get file type, possible return types are FIFO, char, dir, block, link, file and unknown, etc.
String filetype (string filename)
Returns true if the file conforms to the property specified by XXX. xxx is dir, executable, file, link, readable, writeable, etc.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.