Crate kodegen_tools_filesystem

Crate kodegen_tools_filesystem 

Source

Re-exports§

pub use read_file::*;
pub use read_multiple_files::*;
pub use write_file::*;
pub use edit_block::*;
pub use create_directory::*;
pub use list_directory::*;
pub use move_file::*;
pub use delete_file::*;
pub use delete_directory::*;
pub use get_file_info::*;

Modules§

create_directory
delete_directory
delete_file
edit_block
get_file_info
list_directory
move_file
read_file
read_multiple_files
search
write_file

Functions§

start_server
Start the filesystem HTTP server programmatically
start_server_with_listener
Start filesystem HTTP server using pre-bound listener (TOCTOU-safe)
validate_path
Validates a path to ensure it can be accessed or created