Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
The DIRECTORY_FLAGS enumeration defines the flags that can be used with the CreateDirectory2 function to specify how the directory should be created.
Syntax
typedef enum DIRECTORY_FLAGS {
DIRECTORY_FLAGS_NONE,
DIRECTORY_FLAGS_DISALLOW_PATH_REDIRECTS
} ;
Constants
DIRECTORY_FLAGS_NONEIndicates that no flags are set. |
DIRECTORY_FLAGS_DISALLOW_PATH_REDIRECTSPrevent specified path name from being redirected by reparse points or symbolic links. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11 24H2 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2025 [desktop apps | UWP apps] |
| Header | fileapi.h (include Windows.h) |