Bool chmdo (string filename, int mode)
// Set the file modification time
Bool touch (string filename, int [time])
// Get the object access permission (return in octal format)
Int fileperms (string filename)
// Obtain the I-node (index node) information of the file
Int filenode (string filename)
// Obtain the file size
Int filesize (string filename)
// Obtain the UID value of the object
Int fileowner (string filename)
// Obtain the GID value of the object
Int filegroup (string filename)
// Obtain the file type. the possible types returned include fifo, char, dir, block, link, file, and unknown.
String filetype (string filename)
// If the object meets the property specified by xxx, true is returned. 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.