Real Time sync

Get help for specific problems
Posts: 1
Joined: 9 Sep 2021

jfiedler

so the log file that i created in the command line is
echo %change_action% "%change_path%" %date% %time% >> %csidl_Desktop%\log.txt

Everything works expect the change action either says delete or Create

so if i create a file it outputs create if i save an existing file then it outputs Delete, is there any way for it to say that it was saved

Here is what is in the log file

Create "Y:\New folder (2)" 2021-09-09 080444
Create "Y:\~$aleNotes.docx" 2021-09-09 080522
Delete "Y:\~$aleNotes.docx" 2021-09-09 080535

new folder was a created and the SaleNotes was opened and edited and saved but still says create and Delete
Posts: 1202
Joined: 8 May 2006

therube

Is "~$aleNotes.docx" (not SaleNotes.docx) only an interim, temporary file, that is expected to be created, then deleted (& otherwise not seen, under normal conditions)?
User avatar
Posts: 4867
Joined: 11 Jun 2019

xCSxXenon

It is a temp file. Office programs use them for AutoRecovery and other stuff I think. They get deleted after closing the program/file
User avatar
Posts: 2946
Joined: 22 Aug 2012

Plerry

In order not having to deal with temporary office files, you can add *\~$* to your FFS Exclude Filter.