Commit 1c04757
authored
Merge pull request #102 from hbisneto/stage
FileSystem Pro 2.0.1.0:
This update introduces significant enhancements, including new implementations, changes, and bug fixes, to improve the overall performance and functionality of FileSystemPro. It ensures a more robust and efficient experience for users, with detailed improvements across various modules.
## Watcher Module
- Improved Watcher with a new function `get_changes`
The new `get_changes` function allows monitoring directory changes with a specified delay and optional logging to a file. This enhancement enables real-time tracking of file modifications, creations, and deletions.
## Compression Module
- Added new documentation inside each function to guide users on how to use it. (Applied in all compression modules, including compression, compression.tarfile, compression.zipfile)
## File Module
- Added the `copy()` function (`file.copy()`)
- Added the `get_filename()` function (`file.get_filename()`)
## Device Module
- Extended `get_boot_drive_name()` function to support Windows and Linux.
---
## Fixes
### General
- Fixed the README file where some HTML tags were breaking on preview on GitHub
### Device Module
- Fixed mountpoint path format on function `current_disk_filesystem_name()` when running on Windows.File tree
8 files changed
+304
-247
lines changed- filesystem
- __core__
- compression
- device/disks
- file
- watcher
8 files changed
+304
-247
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments