3 library(filesex): Extended operations on files
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog C-library
library(filesex): Extended operations on files
set_time_file/3
link_file/3
relative_file_name/3
directory_file_path/3
directory_member/3
copy_file/2
make_directory_path/1
ensure_directory/1
copy_directory/2
delete_directory_and_contents/1
delete_directory_contents/1
chmod/2
Availability:
:- use_module(
library(filesex)
).
(can be autoloaded)
[det]
ensure_directory
(
+Dir
)
Ensure the directory
Dir
exists. Similar to
make_directory_path/1
, but creates at most one new directory, i.e., the directory or its direct parent must exist.