missing size in export format efu and csv

Found a bug in "Everything"? report it here
Post Reply
ego123
Posts: 2
Joined: Tue Mar 13, 2012 8:35 am

missing size in export format efu and csv

Post by ego123 »

Version 1.3.2.649b

Examples:

csv:
"Name","Path","Size","Date Modified"
....
"ego.pdf","C:\Temp","",""
....

efu:
Filename,Size,Date Modified,Date Created,Attributes
....
"C:\Temp\ego.pdf",,,,0
....
void
Developer
Posts: 15289
Joined: Fri Oct 16, 2009 11:31 pm

Re: missing size in export format efu and csv

Post by void »

Unfortunately, Everything does not index size or dates.

You will need to read this extended information before exporting.

To read all the extended information:
  • In Everything, in the result list, press Ctrl + A to select all the results.
  • Press Ctrl + E to read the extended information. This can take a few minutes.
  • Exporting will now include file sizes and dates.
Post Reply