acme
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages Concepts
file.h
1#pragma once
2
3
4CLASS_DECL_ACME int file_touch(const ::scoped_string & scopedstr);
5CLASS_DECL_ACME int_bool file_exists_raw(const ::file::path & path1);
6CLASS_DECL_ACME void file_add_contents_raw(const ::file::path & path, const ::scoped_string & scopedstr);
7//CLASS_DECL_ACME string get_current_directory_name();
8
9::file::e_type operating_system_executable_type(const ::file::path & path);
10
11void operating_system_determine_executable(::file::path & path);
12
13::file::path path_defer_apply_working_directory(const ::file::path &path, const ::file::path &working_directory);
14
15bool is_directory_accessible(const ::file::path & path);
16
17
18
19
Definition path.h:51