Transaction-like copy/move directories: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(grammar corrected)
(interwiki)
 
Line 14: Line 14:


{{backlink|Internal functions Ideas and suggestions|Internal functions}}
{{backlink|Internal functions Ideas and suggestions|Internal functions}}
{{de|Transaktionsartiges Kopieren/Bewegungen von Verzeichnissen}}

Latest revision as of 21:21, 16 October 2005

When a user moves one file TC does a good job: It checks the available space and if the operation is cancelled TC asks if it should delete the file. But if you move directories and choose cancel TC asks only if to delete the last file.

Example: Move C:\Mp3\Singer1 to D:\Mp3 - when cancelled user can F8 on D:\Mp3\Singer1 - not NICE Example 2:

  Job 1: move C:\Mp3\Singer* to D:\Mp3 (background, space available) 
  Job 2: move C:\Mp3\Group* to D:\Mp3 (background, space available before end of job 1...)

So when user cancel job 2 its leaving a mess in D:\Mp3 and there is no space available on the disk for job 1...

With transactional-like copy/move it will be nicer..

I don't thing about full ACID transactions :) Someone, if can, pleas correct my English, pleas...


Back to Internal functions