[#bsl-filesystem] = xref:bsl.adoc[bsl]::filesystem :relfileprefix: ../ :mrdocs: Namespace for filesystem facilities equivalent to `std::filesystem`. == Using Declarations [cols="1,4"] |=== | Name| Description | xref:bsl/filesystem/absolute.adoc[`absolute`] | Alias for `std::filesystem::absolute` in the `bsl` namespace. | xref:bsl/filesystem/begin.adoc[`begin`] | Alias for `std::filesystem::begin` in the `bsl` namespace. | xref:bsl/filesystem/canonical.adoc[`canonical`] | Alias for `std::filesystem::canonical` in the `bsl` namespace. | xref:bsl/filesystem/copy.adoc[`copy`] | Alias for `std::filesystem::copy` in the `bsl` namespace. | xref:bsl/filesystem/copy_file.adoc[`copy_file`] | Alias for `std::filesystem::copy_file` in the `bsl` namespace. | xref:bsl/filesystem/copy_options.adoc[`copy_options`] | Alias for `std::filesystem::copy_options` in the `bsl` namespace. | xref:bsl/filesystem/copy_symlink.adoc[`copy_symlink`] | Alias for `std::filesystem::copy_symlink` in the `bsl` namespace. | xref:bsl/filesystem/create_directories.adoc[`create_directories`] | Alias for `std::filesystem::create_directories` in the `bsl` namespace. | xref:bsl/filesystem/create_directory.adoc[`create_directory`] | Alias for `std::filesystem::create_directory` in the `bsl` namespace. | xref:bsl/filesystem/create_directory_symlink.adoc[`create_directory_symlink`] | Alias for `std::filesystem::create_directory_symlink` in the `bsl` namespace. | xref:bsl/filesystem/create_hard_link.adoc[`create_hard_link`] | Alias for `std::filesystem::create_hard_link` in the `bsl` namespace. | xref:bsl/filesystem/create_symlink.adoc[`create_symlink`] | Alias for `std::filesystem::create_symlink` in the `bsl` namespace. | xref:bsl/filesystem/current_path.adoc[`current_path`] | Alias for `std::filesystem::current_path` in the `bsl` namespace. | xref:bsl/filesystem/directory_entry.adoc[`directory_entry`] | Alias for `std::filesystem::directory_entry` in the `bsl` namespace. | xref:bsl/filesystem/directory_iterator.adoc[`directory_iterator`] | Alias for `std::filesystem::directory_iterator` in the `bsl` namespace. | xref:bsl/filesystem/directory_options.adoc[`directory_options`] | Alias for `std::filesystem::directory_options` in the `bsl` namespace. | xref:bsl/filesystem/end.adoc[`end`] | Alias for `std::filesystem::end` in the `bsl` namespace. | xref:bsl/filesystem/equivalent.adoc[`equivalent`] | Alias for `std::filesystem::equivalent` in the `bsl` namespace. | xref:bsl/filesystem/exists.adoc[`exists`] | Alias for `std::filesystem::exists` in the `bsl` namespace. | xref:bsl/filesystem/file_size.adoc[`file_size`] | Alias for `std::filesystem::file_size` in the `bsl` namespace. | xref:bsl/filesystem/file_status.adoc[`file_status`] | Alias for `std::filesystem::file_status` in the `bsl` namespace. | xref:bsl/filesystem/file_time_type.adoc[`file_time_type`] | Alias for `std::filesystem::file_time_type` in the `bsl` namespace. | xref:bsl/filesystem/file_type.adoc[`file_type`] | Alias for `std::filesystem::file_type` in the `bsl` namespace. | xref:bsl/filesystem/filesystem_error.adoc[`filesystem_error`] | Alias for `std::filesystem::filesystem_error` in the `bsl` namespace. | xref:bsl/filesystem/hard_link_count.adoc[`hard_link_count`] | Alias for `std::filesystem::hard_link_count` in the `bsl` namespace. | xref:bsl/filesystem/is_block_file.adoc[`is_block_file`] | Alias for `std::filesystem::is_block_file` in the `bsl` namespace. | xref:bsl/filesystem/is_character_file.adoc[`is_character_file`] | Alias for `std::filesystem::is_character_file` in the `bsl` namespace. | xref:bsl/filesystem/is_directory.adoc[`is_directory`] | Alias for `std::filesystem::is_directory` in the `bsl` namespace. | xref:bsl/filesystem/is_empty.adoc[`is_empty`] | Alias for `std::filesystem::is_empty` in the `bsl` namespace. | xref:bsl/filesystem/is_fifo.adoc[`is_fifo`] | Alias for `std::filesystem::is_fifo` in the `bsl` namespace. | xref:bsl/filesystem/is_other.adoc[`is_other`] | Alias for `std::filesystem::is_other` in the `bsl` namespace. | xref:bsl/filesystem/is_regular_file.adoc[`is_regular_file`] | Alias for `std::filesystem::is_regular_file` in the `bsl` namespace. | xref:bsl/filesystem/is_socket.adoc[`is_socket`] | Alias for `std::filesystem::is_socket` in the `bsl` namespace. | xref:bsl/filesystem/is_symlink.adoc[`is_symlink`] | Alias for `std::filesystem::is_symlink` in the `bsl` namespace. | xref:bsl/filesystem/last_write_time.adoc[`last_write_time`] | Alias for `std::filesystem::last_write_time` in the `bsl` namespace. | xref:bsl/filesystem/path.adoc[`path`] | Alias for `std::filesystem::path` in the `bsl` namespace. | xref:bsl/filesystem/perm_options.adoc[`perm_options`] | Alias for `std::filesystem::perm_options` in the `bsl` namespace. | xref:bsl/filesystem/permissions.adoc[`permissions`] | Alias for `std::filesystem::permissions` in the `bsl` namespace. | xref:bsl/filesystem/perms.adoc[`perms`] | Alias for `std::filesystem::perms` in the `bsl` namespace. | xref:bsl/filesystem/proximate.adoc[`proximate`] | Alias for `std::filesystem::proximate` in the `bsl` namespace. | xref:bsl/filesystem/read_symlink.adoc[`read_symlink`] | Alias for `std::filesystem::read_symlink` in the `bsl` namespace. | xref:bsl/filesystem/recursive_directory_iterator.adoc[`recursive_directory_iterator`] | Alias for `std::filesystem::recursive_directory_iterator` in the `bsl` namespace. | xref:bsl/filesystem/relative.adoc[`relative`] | Alias for `std::filesystem::relative` in the `bsl` namespace. | xref:bsl/filesystem/remove.adoc[`remove`] | Alias for `std::filesystem::remove` in the `bsl` namespace. | xref:bsl/filesystem/remove_all.adoc[`remove_all`] | Alias for `std::filesystem::remove_all` in the `bsl` namespace. | xref:bsl/filesystem/rename.adoc[`rename`] | Alias for `std::filesystem::rename` in the `bsl` namespace. | xref:bsl/filesystem/resize_file.adoc[`resize_file`] | Alias for `std::filesystem::resize_file` in the `bsl` namespace. | xref:bsl/filesystem/space.adoc[`space`] | Alias for `std::filesystem::space` in the `bsl` namespace. | xref:bsl/filesystem/space_info.adoc[`space_info`] | Alias for `std::filesystem::space_info` in the `bsl` namespace. | xref:bsl/filesystem/status.adoc[`status`] | Alias for `std::filesystem::status` in the `bsl` namespace. | xref:bsl/filesystem/status_known.adoc[`status_known`] | Alias for `std::filesystem::status_known` in the `bsl` namespace. | xref:bsl/filesystem/symlink_status.adoc[`symlink_status`] | Alias for `std::filesystem::symlink_status` in the `bsl` namespace. | xref:bsl/filesystem/temp_directory_path.adoc[`temp_directory_path`] | Alias for `std::filesystem::temp_directory_path` in the `bsl` namespace. | xref:bsl/filesystem/weakly_canonical.adoc[`weakly_canonical`] | Alias for `std::filesystem::weakly_canonical` in the `bsl` namespace. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#