Skip to content

Releases: ABC00012345/Python-File-Module

Release 1.4 of file module

29 Oct 20:26
202d03b
Compare
Choose a tag to compare

changes are in CHANGELOG

Release 1.3 of file

26 May 13:18
258086e
Compare
Choose a tag to compare

Added md5 function to calculate md5 of file.
Improve some worse code in the module.
Correct false informations in LICENSE.

Release 1.2 of file

25 Apr 13:06
0f40c33
Compare
Choose a tag to compare

Added information (inf) function to show the creation and last modified date and the size of given folder or file.
important: Added remove batch file. If you will delete the file module with oneclick you can easily use the batch file (remove.bat).
Changed something in LICENSE -> please read when using
Thanks for using :)

Release 1.1.1 of file

14 Apr 09:04
c9b145f
Compare
Choose a tag to compare

1.1.1:

    Fixed Bugs in rd (read) function when giving not existing path. 

Release 1.1 of file

13 Apr 17:56
2e70141
Compare
Choose a tag to compare

1.1:

    Add w (write) and c (create) to write on file or create one and create to create files and directories.
    Notes for c and w function:
    w function to write on file (only write on files):
    1. Parameter: for filename
    2. Parameter: for content
    Give one parameter to create file or delete content of file (overwrite existing file with 0)
    To write content on file give second parameter for content...
    c function to create file or folder:
    Create File -> To create file give just the name of file in c function
    Create Directory -> To create directory give at second parameter (dir)