Skip to content

File_Manager v3.0

Latest
Compare
Choose a tag to compare
@Tristan296 Tristan296 released this 15 Aug 02:11
· 2 commits to main since this release

What's Changed

  • Share with drop box and google drive (not yet implemented)

  • Compress to BZ2

  • Compress to ZIP

  • Unzip

  • Duplicate

  • Get File Details - File Path, Size (bytes), Last modified date (format: YYYY-MM-DD HH:MM:SS), Date created (format: same as last modified date)

  • Batch Renaming with pattern e.g:
    file1_1.txt
    file1_2.txt
    file.txt
    file8.txt

    naming pattern: text-file1
    files renamed to:

    text-file1_1.txt
    text-file1_2.txt
    text-file1_3.txt
    text-file1_4.txt

Full Changelog: v2.0...v3.0