Documentation about MyFSD_MoveFileW().
- From: "gamja" <assert@xxxxxxxxx>
- Date: 25 Jun 2006 20:06:31 -0700
Hi all.
I'm developing my own installable file system for windows ce 5.
Documentation comes with WCE5 says that pwsOldFIleName and
pwsNewFileName, arguments passed to MyFSD_MoveFileW(), may be on a
different file system or drive. This means that an IFS should be
implemented moving files across volumes. I think this might be a
mistake on the documentation. Even the FATFS, shared source code from
the microsoft, does not handle the case that the files are on a
different volume. Am I wrong?
The documentation said,
pwsNewFileName
[in] Pointer to a null-terminated string that specifies the new name of
a file or directory. The new name must not already exist. A new file
may be on a different file system or drive. A new directory must be on
the same drive.
Thanks in advance.
Best regards,
HeeSub
.
- Prev by Date: Re: Remote configuration of WLAN device (ISAPI dll or something)
- Next by Date: Re: USB Flash Disk Help
- Previous by thread: Re: Does CE5.0 USB mass storage function driver support multi disk?
- Next by thread: CE Services documentation or literature
- Index(es):
Relevant Pages
|