summaryrefslogtreecommitdiff
path: root/src/operations
Commit message (Collapse)AuthorAge
* Use original path when using Entry as a pathBen Bridle2025-01-15
| | | | | Using the original path preserves the original unresolved path of the entry, which is important for directory traversal tasks.
* Fix issue when copying a directory to a directoryBen Bridle2025-01-08
| | | | | The copy-contents-of-a-directory logic as using the copy_file function, which would fail if the directory contained another directory.
* Preserve original path when listing directory contentsBen Bridle2025-01-08
| | | | | | Previously, the value of the original_path field of each entry returned by the list_directory function was using the canonicalized directory path, not the directory path as originally passed to the function.
* Large collection of changesv1.0.0Ben Bridle2023-12-19
|
* Initial commitv1.0Ben Bridle2022-08-25