in reply to RE: Odd file rename
in thread Odd file rename
Doing stuff like moving open files is mostly asking for trouble. Under UNIX systems, this shouldn't be a problem (but who can tell for all UNIX systems ?), under NT this will work and under Windows 9x you will get a sharing violation.
The best thing is to do the rename afterwards, and it's not really hard to do this either.
|
---|