I hope it's okay if I post the below conversation held via email due to a glitch in the forum that seems to have been resolved now.
Cited from the conversation below:
I'm not sure how to do/check that. Could you please elaborate?Could you please check whether Copy as TSV is currently using a different internal property list, or whether the Path column is being skipped accidentally?
The bookmarks variant works and does copy name and path separately as intended.From the Bookmarks menu, click Add to bookmarks...
Thanks for looking into this!
Kind regards
David.P
----- Original Message -----
[...]
Sorry about the 403 error. [...] The forum should be back up now. Please feel free to make a post.
Could you please check whether Copy as TSV is currently using a different internal property list, or whether the Path column is being skipped accidentally?
Everything has always copied the Full filename (never Name + Path separately)
If you would like to copy: "Name, Extension, Date Modified, Size, Path and Authors", please try the following:
From the Bookmarks menu, click Add to bookmarks...
Change the Name to:
Copy Name, Extension, Date Modified, Size, Path and Authors
Change the Search to:
/copy $Name:&tab:$Extension:&tab:$Date-Modified:&tab:$Size:&tab:$Path:&tab:$Authors:
Optionally bind a keyboard shortcut.
Click OK.
[...]
----- Original Message -----
Hi,
I'm getting this error message when trying to reply to a thread or creating a new thread.
Error 403 Forbidden [...]
I was going to post the following:
I think I may have found a small regression in the current Everything 1.5 Alpha/Beta.
I am using:
File -> Copy Property -> Copy as TSV
I have set these columns to visible: This would be the expected TSV output:This is the actual TSV output that I get:Code: Select all
Name <TAB> Extension <TAB> Date Modified <TAB> Size <TAB> Path <TAB> AuthorsSo the "Path" column is omitted in the TSV output, and the "Name" column is exported as the full path including the filename.Code: Select all
Full path including filename <TAB> Extension <TAB> Date Modified <TAB> Size <TAB> Authors
Example actual output:I seem to remember that this same workflow DID copy Name and Path separately to TSV last week.Code: Select all
C:\Users\[username]\Downloads\US123456789.pdf <TAB> pdf <TAB> 2026-05-17 10:39:35 <TAB> 3495859 <TAB> [Some Autor] C:\Users\[username]\Downloads\US987654321.pdf <TAB> pdf <TAB> 2026-05-15 11:20:32 <TAB> 2692002 <TAB> [Some Autor]![]()
Could you please check whether Copy as TSV is currently using a different internal property list, or whether the Path column is being skipped accidentally?
Thanks!