Summary
Sets the Unix file mode for the directory.
- Namespace
- Cake
.Testing - Containing Type
- FakeDirectory
Syntax
public IDirectory SetUnixFileMode(UnixFileMode unixFileMode)
Parameters
| Name | Type | Description |
|---|---|---|
| unixFileMode | UnixFileMode | The UnixFileMode to set. |
Return Value
| Type | Description |
|---|---|
| IDirectory | The IDirectory instance representing the specified path. |
