MoveFile instruction

Feature requests for future versions of Hollywood can be voiced here
Post Reply
User avatar
Juan Carlos
Posts: 884
Joined: Mon Sep 06, 2010 1:02 pm

MoveFile instruction

Post by Juan Carlos »

I'll like for a future version in DOS Library the instruction MoveFile to move files between drawers, units, etc.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MoveFile instruction

Post by airsoftsoftwair »

That's planned.
User avatar
Juan Carlos
Posts: 884
Joined: Mon Sep 06, 2010 1:02 pm

Re: MoveFile instruction

Post by Juan Carlos »

Thanks
User avatar
Juan Carlos
Posts: 884
Joined: Mon Sep 06, 2010 1:02 pm

Re: MoveFile instruction

Post 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. :|
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MoveFile instruction

Post 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
User avatar
Juan Carlos
Posts: 884
Joined: Mon Sep 06, 2010 1:02 pm

Re: MoveFile instruction

Post by Juan Carlos »

Thank you, Andreas for added this new instruction to handle files better.
Post Reply