tonycst Posted September 12, 2014 Posted September 12, 2014 Does windows have some sort of notification that i can use to get file that was recently changed ? For example: when i save text file, does windows reflect the fact that files just got updated to what ever date/time anywhere in the registry ? I doubt that update takes place only for file, Windows somehow somewhere has store information about recently changed files/folders etc I need this to create automatic backup that would not backup all files, but only those that get changed instantly. I run Xcopy with /D switch when computer starts, but it takes time. The more files updated the more time it takes to replace old once. What i want to make is a loop that will detect any files that were recently changed, match them to user selected directory and then back them up wherever. Any ideas ?
Moderators Melba23 Posted September 12, 2014 Moderators Posted September 12, 2014 tonycst,Take a look at seangriffin's FileSystemMonitor UDF - I have used it successfully to monitor file changes. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
tonycst Posted September 12, 2014 Author Posted September 12, 2014 I think this is exactly what i need. thanks !
Moderators Melba23 Posted September 12, 2014 Moderators Posted September 12, 2014 tonycst,Glad I could help. Post in the UDF thread if you have problems - seangriffin is an infrequent visitor to the forum but I will try my best offer assitance if you run into problems. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now