The SftpFileAttributes type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| SetPermissions |
Sets the permissions.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Extensions |
Gets or sets the extensions.
| |
| GroupCanExecute |
Gets a value indicating whether the group members can execute this file.
| |
| GroupCanRead |
Gets a value indicating whether the group members can read from this file.
| |
| GroupCanWrite |
Gets a value indicating whether the group members can write into this file.
| |
| GroupId |
Gets or sets file group id.
| |
| IsBlockDevice |
Gets a value indicating whether file represents a block device.
| |
| IsCharacterDevice |
Gets a value indicating whether file represents a character device.
| |
| IsDirectory |
Gets a value indicating whether file represents a directory.
| |
| IsNamedPipe |
Gets a value indicating whether file represents a named pipe.
| |
| IsRegularFile |
Gets a value indicating whether file represents a regular file.
| |
| IsSocket |
Gets a value indicating whether file represents a socket.
| |
| IsSymbolicLink |
Gets a value indicating whether file represents a symbolic link.
| |
| LastAccessTime |
Gets or sets the time the current file or directory was last accessed.
| |
| LastWriteTime |
Gets or sets the time when the current file or directory was last written to.
| |
| OthersCanExecute |
Gets a value indicating whether the others can execute this file.
| |
| OthersCanRead |
Gets a value indicating whether the others can read from this file.
| |
| OthersCanWrite |
Gets a value indicating whether the others can write into this file.
| |
| OwnerCanExecute |
Gets a value indicating whether the owner can execute this file.
| |
| OwnerCanRead |
Gets a value indicating whether the owner can read from this file.
| |
| OwnerCanWrite |
Gets a value indicating whether the owner can write into this file.
| |
| Size |
Gets or sets the size, in bytes, of the current file.
| |
| UserId |
Gets or sets file user id.
|
See Also