Availability:built-in
- open(Mode,Options)
- Called by open/3,4. The result argument must be unified with a stream.
- access(Mode)
- Called by access_file/2, exists_file/1
(Mode is
file
) and exists_directory/1 (Mode isdirectory
). The result argument must be unified with a boolean. - time
- Called by time_file/2. The result must be unified with a time stamp.
- size
- Called by size_file/2. The result must be unified with an integer representing the size in bytes.