Page 1 of 1

MoveFile instruction

Posted: Fri Feb 26, 2016 4:57 pm
by Juan Carlos
I'll like for a future version in DOS Library the instruction MoveFile to move files between drawers, units, etc.

Re: MoveFile instruction

Posted: Sat Feb 27, 2016 9:11 pm
by airsoftsoftwair
That's planned.

Re: MoveFile instruction

Posted: Sun Feb 28, 2016 1:59 pm
by Juan Carlos
Thanks

Re: MoveFile instruction

Posted: Wed May 31, 2017 2:04 pm
by Juan Carlos
I know Andreas that you have much work, but the MoveFile still is missing in the new version of Hollywood, and perhaps it is difficult add I think. :|

Re: MoveFile instruction

Posted: Mon Aug 28, 2017 9:37 pm
by airsoftsoftwair

Code: Select all

- New: Added MoveFile() function to move files and directories; the file or directory passed as the new
  location in the second argument must not exist and the source file or directory must not be a volume
  root directory; if the file or directory is moved on the same volume, the operation will be really
  quick; when moving files or directories across volumes, the files are copied and then deleted; an
  optional callback allows you to monitor the progress of this operation; when moving around files or
  directories on the same volume, the callback won't be called since such an operation takes almost no
  time

Re: MoveFile instruction

Posted: Tue Aug 29, 2017 2:03 am
by Juan Carlos
Thank you, Andreas for added this new instruction to handle files better.