file list format
file list format
hello -- is the file timestamps saved in the filelist file a UTC value?
Re: file list format
Yes.
Filetimes in EFU files are a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).
ISO 8601 dates are also supported. (Local time by default, use a Z suffix for UTC, or use +/- for custom offsets)
Filetimes in EFU files are a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).
ISO 8601 dates are also supported. (Local time by default, use a Z suffix for UTC, or use +/- for custom offsets)
Re: file list format
Hello -- Just one more point about the filelist format --
I noticed that in come cases if the file/object is a directory/folder the size of it is
zero (0) (at least for windows -- but in the eff file I would see
..... ,0, .....
or
....... ,, ...........
are both these entries the same, noting a 0 size for the directory?
I noticed that in come cases if the file/object is a directory/folder the size of it is
zero (0) (at least for windows -- but in the eff file I would see
..... ,0, .....
or
....... ,, ...........
are both these entries the same, noting a 0 size for the directory?
Re: file list format
Everything ignores the size value for folders in file lists.
Folder sizes are calculated when the file list is loaded (if enabled).
Folder sizes are calculated when the file list is loaded (if enabled).