Re: Moving folders and sub-folders ?
is copying slower than moving??
p.s. sorry to bring an old thread... but it's better to use this one rather than create a new one ...isn't it?
Re: Moving folders and sub-folders ?
Quote:
Originally Posted by lplover2k
is copying slower than moving??
p.s. sorry to bring an old thread... but it's better to use this one rather than create a new one ...isn't it?
Moving is copying, then going back and deleting.
Re: Moving folders and sub-folders ?
i was under the impression that moving just changes where the file is indexed in the filesystem - no actual data is moved, and it's certainly not copied and killed (unless it's across drives, I guess) - thus Moving is faster than Copying
Re: Moving folders and sub-folders ?
Quote:
Originally Posted by bushmobile
i was under the impression that moving just changes where the file is indexed in the filesystem - no actual data is moved, and it's certainly not copied and killed (unless it's across drives, I guess) - thus Moving is faster than Copying
From an OS standpoint you are correct.
However, programmatically, from VB, you would have to use "FileCopy" and then "Kill" to perform a "Move"
Re: Moving folders and sub-folders ?
Quote:
Originally Posted by Hack
From an OS standpoint you are correct.
However, programmatically, from VB, you would have to use "FileCopy" and then "Kill" to perform a "Move"
VB Code:
Name "C:\blah.txt" As "C:\text\blah.txt"
Re: Moving folders and sub-folders ?
Quote:
Originally Posted by bushmobile
VB Code:
Name "C:\blah.txt" As "C:\text\blah.txt"
Good point....for some reason my aged brain never associated this type of code with anything but file renaming.
I think I'll go home and take a nap. :blush:
Re: Moving folders and sub-folders ?
Quote:
Originally Posted by lplover2k
is copying slower than moving??
p.s. sorry to bring an old thread... but it's better to use this one rather than create a new one ...isn't it?
Actually, it would be best to create a new thread and post a link to the thread you are referencing. ;)
Re: Moving folders and sub-folders ?
oh ok... will do that next time... why is bringing old threads bad...???
Re: Moving folders and sub-folders ?
Well without going too far off topic, because it also sends out notifications to ever member that is subscribed to the thread for one. Another would be that in a way its thread hijacking - taking over someone else's thread topic. ;). And still, members will see the initial question and have to be bothered with reading the entire thread to find that it was solved and some addition/off topic question was asked when it would save them time to just have a new thread and read a single post. :)
Re: Moving folders and sub-folders ?
another reason: if you jump on a RESOLVED thread, then most people aren't going to bother looking at it.