Skip to content

Tags: leoweyr/Python-Easierfile

Tags

3.0.0

Toggle 3.0.0's commit message
Rebuild file:property<state> of class<File> is renamed from property<…

…status>.

2.3.0

Toggle 2.3.0's commit message
Support automatically adapting to set the encoding format according t…

…o the IO stream when performing IO operations on file; Update file:Add encoding data to property<info> of class<File>.

2.2.0

Toggle 2.2.0's commit message
Fixed file:Empty file content when enable file lock.

2.1.0

Toggle 2.1.0's commit message
Fixed file:(attribute:private<__m_is_lock> of class<File> is bool<Tru…

…e> when the file lock is off); Update file:Add property<status> to class<File>.

2.0.0

Toggle 2.0.0's commit message
Update

file:
(Add param<is_auto_create> & param<is_occupy> to class<File> constructor, support setting whether to automatically create the file if it does not exist and enable file lock.
Get file attribute information from property:dict<info> instead of each individual property.
Add method<create> to class<File>),
doc,
__init__:Add var<__all__>.

1.1.0

Toggle 1.1.0's commit message
Fixed #1,#2; Update file:(new property<full_name>,property<name>,prop…

…erty<ext> of class<File>),doc

1.0.0

Toggle 1.0.0's commit message
New doc; Rebuild file:method<Rewrite> of class<File> renamed from met…

…hod<ReWrite>.