The files and directories manager is ...
The directives provided by the files and directories manager are:
opendir
- Open a Directory
readdir
- Reads a directory
rewinddir
- Resets the readdir()
pointer
scandir
- Scan a directory for matching entries
telldir
- Return current location in directory stream
closedir
- Ends directory read operation
getdents
- Get directory entries
chdir
- Changes the current working directory
getcwd
- Gets current working directory
open
- Opens a file
creat
- Create a new file or rewrite an existing one
umask
- Sets a file creation mask
link
- Creates a link to a file
symlink
- Creates a symbolic link to a file
readlink
- Obtain the name of the link destination
mkdir
- Makes a directory
mkfifo
- Makes a FIFO special file
unlink
- Removes a directory entry
rmdir
- Delete a directory
rename
- Renames a file
stat
- Gets information about a file.
fstat
- Gets file status
lstat
- Gets file status
access
- Check permissions for a file.
chmod
- Changes file mode
fchmod
- Changes permissions of a file
chown
- Changes the owner and/ or group of a file
utime
- Change access and/or modification times of an inode
ftruncate
- Truncate a file to a specified length
truncate
- Truncate a file to a specified length
pathconf
- Gets configuration values for files
fpathconf
- Get configuration values for files
mknod
- Create a directory
Copyright © 1988-2000 OAR Corporation