This page last changed on Sep 26, 2012 by wikibot.
STAT()
Synopsis
Does a check on the specified file.
Description
Syntax
Arguments
- flag - Flag may be one of the following:d - Checks if the file is a directory.e - Checks if the file exists.f - Checks if the file is a regular file.m - Returns the file mode (in octal)s - Returns the size (in bytes) of the fileA - Returns the epoch at which the file was last accessed.C - Returns the epoch at which the inode was last changed.M - Returns the epoch at which the file was last modified.
- filename
Import Version
This documentation was imported from Asterisk Version SVN-branch-11-r373804
|