set_current_directory
Entity: predicate

get_current_directory
Entity: function

create_directory
Entity: predicate

remove_directory
Entity: predicate

delete_file
Entity: predicate
Warning: All of this predicates are not available in the Light edition.



Usage:
set_current_directory(Dir)

sets the current directory. If Dir is free variable than the directory of the running program is set, i.e. the directory of the PRO or SPJ file.



Usage:
Dir is get_current_directory()

retrieves the current directory.



Usage:
create_directory(Dir)

creates a new directory.



Usage:
remove_directory(Dir)

removes a directory.



Usage:
delete_file(File)

deletes a file.
 

See also:

select_file
get
put