SE-02 Python Tutorial: Working with Files in Python - Get Creation Time , Last Access Time , Size

11 months ago
10

Get the meta data form the file like creation time Last Access , Size using python Date and time liberary

Here we are using list of module , Attribute , Properties,
os
datetime
datetime.utcfromtimestamp(--)
.strftime("Format")
os.scandir(folder)
stat()
st_ctime
st_atime
st_size

Loading comments...