bibliotekar.fs#

Filesystem utilities.

Module Attributes

DEPLOYMENT_TAG_FILENAME

Name of a file that marks a deployment folder.

Functions

check_is_empty_folder_or_does_not_exist(path)

Check if a folder is empty or does not exist.

find_recursively(folder, suffixes)

Yield all files with the given suffixes in a folder and its subfolders.

is_deployment_folder(path)

Check if a folder is a Code Shelf deployment folder.

prepare_deployment_folder(path)

Prepare a folder for deployment.

Classes

FileType(*values)

Enum of file types.