FileMode
Packages > @fluidframework/protocol-definitions > FileMode
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/protocol-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
export declare enum FileMode
Flags
Flag | Alerts | Description |
---|---|---|
Directory | Alpha |
|
Executable | Alpha |
|
File | Alpha |
|
Symlink | Alpha |
Directory
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/protocol-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
Directory = "040000"
Executable
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/protocol-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
Executable = "100755"
File
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/protocol-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
File = "100644"
Symlink
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/protocol-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
Symlink = "120000"