File Operations
Managing, organizing, and automating file and folder tasks.
📁 File Operations Package
What It Does
The File Operations package provides a set of bricks for handling common file and folder tasks. It’s built to make working with files straightforward, whether you’re creating directories, moving files, or checking metadata.
Main Components
The package includes these bricks:
- Create Folder: Makes a new folder at a given path and tells you if it worked.
- Directory Explorer: Lists files and folders in a directory, with optional filtering and metadata like size or modification date.
- Delete: Removes files or folders, either permanently or to the recycle bin.
- Get Info: Pulls details about files or folders, like size, type, or permissions.
- Copy: Copies files or folders to a new location, with an option to overwrite.
- Check Exists: Checks if a file or folder exists.
- Rename: Changes the name of a file or folder, with options to handle naming conflicts.
- Write File: Saves text or binary data to a file, with overwrite control.
- Move: Moves files or folders to a new spot, with overwrite options.
- Read File: Reads a file’s contents as text or binary, plus its metadata.
- Build Path: Creates a complete file or folder path.
Package Info
version
v0.1.4
python
3.10,
3.11,
3.12,
3.13