in reply to rename

just my luck, link is unsupported in win32

Replies are listed 'Best First'.
RE: Re: rename
by lhoward (Vicar) on May 24, 2000 at 21:48 UTC
    I never use win32, but I imagine something like this would work (pseudo-code below):
    copy file from old name to new name if error handle error else delete old file
RE: Re: rename
by Adam (Vicar) on May 25, 2000 at 01:50 UTC
    Weird. Unlink() is implemented.