Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

MoveFileFlags (Enums)
 
.
Summary

C# Definition:

[Flags]
enum MoveFileFlags
{
    MOVEFILE_REPLACE_EXISTING       = 0x00000001,
    MOVEFILE_COPY_ALLOWED       = 0x00000002,
    MOVEFILE_DELAY_UNTIL_REBOOT     = 0x00000004,
    MOVEFILE_WRITE_THROUGH      = 0x00000008,
    MOVEFILE_CREATE_HARDLINK    = 0x00000010,
    MOVEFILE_FAIL_IF_NOT_TRACKABLE  = 0x00000020
}

Notes:

None.

Documentation
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions