[Next] [Up] [Previous]
Next: FExpand
Up: Functions and procedures
Previous: FStat
Procedure FSStat (Path : Pathstr; Var Info : statfs) ;
Return in Info information about the filesystem on which the file
Path resides. Info is of type statfs.
LinuxError is used to report errors.
- sys_enotdir
- A component of Path is not a directory.
- sys_einval
- Invalid character in Path.
- sys_enoent
- Path does not exist.
- sys_eaccess
- Search permission is denied for component in
Path.
- sys_eloop
- A circular symbolic link was encountered in Path.
- sys_eio
- An error occurred while reading from the filesystem.
FStat, statfs(2)
Michael Van Canneyt
Thu Dec 12 15:40:07 MET 1996