Module filesystem

Module filesystem 

Source
Expand description

File system operations and utilities

Functionsยง

create_dir_all
Create a directory and all necessary parent directories
ensure_foundry_dir
Ensure the foundry directory exists
file_exists
Check if a file exists
foundry_dir
Get the foundry directory path
read_file
Read file content
write_file_atomic
Write content to a file atomically