BCB Mailing List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[BCB] Win32 API function MoveFileEx
I'm sure you've looked here, but the "quick info" on MoveFileEx
states that it is supported by both win95 and winNT, but not by
win32s (windows 3.1 emulator). It does specify that 2 of the flags
are NT only and are not supported in 95. Are you sure you aren't
using MOVEFILE_WRITE_THROUGH or MOVEFILE_DELAY_UNTIL_REBOOT?
Good luck!
> I am trying to use the Win32 function MoveFileEx() in a BCB3 application.
> I want to use this function rather than the simpler MoveFile() because
> MoveFile() does not let you move a file to a different volume.
> MoveFileEx() does allow this. Unfortunately, when I execute MoveFileEx(),
> I get an error #120 which means that this function can only be used in
> Win32 mode! Well, I'm running this on Windows 95. The simpler MoveFile()
> does not return this error. I don't have Windows 98 nor Windows NT to try
> this on.
W Komornicki's Home Page |
Main Index |
Thread Index