Windows implementation of fs::try_exists
This commit is contained in:
parent
2c2c1593ac
commit
86dbc063ab
2 changed files with 30 additions and 1 deletions
|
@ -173,6 +173,7 @@ pub const ERROR_INVALID_HANDLE: DWORD = 6;
|
|||
pub const ERROR_NOT_ENOUGH_MEMORY: DWORD = 8;
|
||||
pub const ERROR_OUTOFMEMORY: DWORD = 14;
|
||||
pub const ERROR_NO_MORE_FILES: DWORD = 18;
|
||||
pub const ERROR_SHARING_VIOLATION: u32 = 32;
|
||||
pub const ERROR_HANDLE_EOF: DWORD = 38;
|
||||
pub const ERROR_FILE_EXISTS: DWORD = 80;
|
||||
pub const ERROR_INVALID_PARAMETER: DWORD = 87;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue