Re: MoveFile error
- From: "Andrew Chalk" <achalk@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 03 Oct 2005 12:45:52 GMT
Thanks. I'll follow up each of those.
- A
"Kellie Fitton" <KELLIEFITTON@xxxxxxxxx> wrote in message
news:1128015971.237696.219620@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> Are you sure the file is NOT locked by another process ?
>
> Try to use the following API's to verify file name/existing:
>
> FindFirstFileEx()
> FindNextFile()
> FindClose()
>
> Also, try to use the API SHFileOperation(), and see if you get the
> same error code ?
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findfirstfileex.asp
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findnextfile.asp
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findclose.asp
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shfileoperation.asp
>
> Hope these information helps,
>
> Kellie.
>
.
- Prev by Date: Re: MoveFile error
- Next by Date: Re: Virtual COM port in use
- Previous by thread: Re: MoveFile error
- Next by thread: Re: Virtual COM port in use
- Index(es):
Relevant Pages
|