FileMode Enum
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/driver-definitions/legacy.
For more information about our API support guarantees, see here.
Signature
export declare enum FileMode
Flags
| Flag | Alerts | Description |
|---|---|---|
| Directory | Beta |
|
| Executable | Beta |
|
| File | Beta |
|
| Symlink | Beta |
Directory
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
Directory = "040000"
Executable
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
Executable = "100755"
File
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
File = "100644"
Symlink
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
Symlink = "120000"