file list format

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
fpefpe
Posts: 46
Joined: Sun May 10, 2015 9:58 pm

file list format

Post by fpefpe »

hello -- is the file timestamps saved in the filelist file a UTC value?
void
Developer
Posts: 15811
Joined: Fri Oct 16, 2009 11:31 pm

Re: file list format

Post by void »

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)
fpefpe
Posts: 46
Joined: Sun May 10, 2015 9:58 pm

Re: file list format

Post by fpefpe »

thanks for the info
fpefpe
Posts: 46
Joined: Sun May 10, 2015 9:58 pm

Re: file list format

Post by fpefpe »

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?
void
Developer
Posts: 15811
Joined: Fri Oct 16, 2009 11:31 pm

Re: file list format

Post by void »

Everything ignores the size value for folders in file lists.

Folder sizes are calculated when the file list is loaded (if enabled).
fpefpe
Posts: 46
Joined: Sun May 10, 2015 9:58 pm

Re: file list format

Post by fpefpe »

thanks for the info
Post Reply