Crate fileorg

Source
Expand description

The core library module for the File Organizer. It provides the configuration structure and the file organization logic.

Modules§

gui

Structs§

Config
Configuration options for organizing files. Users can specify whether to copy files instead of moving them, whether to include hidden files, the name of the directory to store files without extensions, and the path to the log file.

Functions§

organise_files
Organizes files in the given directory according to their file extensions.