module

Creestal::Utils::FS

Class methods

asset_output_path(relative_path : String) : String
Source
cleanup_dir(path : String) : Nil
Source
copy_dir(source_path : String, destination_path : String) : Nil
Source
copy_file(source_path : String, destination_path : String) : Nil
Source
ensure_dir(path : String) : Nil
Source
find_files_in_dir_by_extension(directory : String, extension : String) : Array(String)
Source
normalize_web_path(path : String) : String
Source
page_output_path(relative_path : String, extension : String = "html") : String
Source
read_file(path : String) : String
Source
strip_extension(path : String) : String
Source
write_file(path : String, content : String) : Nil
Source