View Single Post
Old 09-08-2015, 08:19 AM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

This feature does not exist in our client software as part of the file edit functionality.

Typically the remote server will update the modified date of the parent folder when a file is modified, however this depends entirely on the server configuration and file system.

Depending on the remote server (and if it supports such commands) you can manually update the folder date/time by using a raw command.

From the main menu > Commands > Raw Command (Ctrl+R)

Enter the command
Code:
/setfolderdate /path/
Replacing /path/ with the absolute folder path.

This will cause FlashFXP to scan the content of the folder looking for the newest object and set the folder date to match it.
bigstar is offline