Skip to content

Commit 1c04757

Browse files
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.
2 parents 84972d1 + 50facd5 commit 1c04757

File tree

8 files changed

+304
-247
lines changed

8 files changed

+304
-247
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
app.py
2+
13
# Byte-compiled / optimized / DLL files
24
__pycache__/
35
*.py[cod]

0 commit comments

Comments
 (0)