Class FileSystemInfoImpl
Inheritance
System.Object
FileSystemInfoImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System_Plugs.System.IO
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class FileSystemInfoImpl
Methods
| Improve this Doc View Sourceget_Attributes(FileSystemInfo)
Declaration
public static FileAttributes get_Attributes(FileSystemInfo aThis)
Parameters
Type | Name | Description |
---|---|---|
System.IO.FileSystemInfo | aThis |
Returns
Type | Description |
---|---|
System.IO.FileAttributes |
get_Exists(FileSystemInfo)
Declaration
public static bool get_Exists(FileSystemInfo aThis)
Parameters
Type | Name | Description |
---|---|---|
System.IO.FileSystemInfo | aThis |
Returns
Type | Description |
---|---|
System.Boolean |
set_Attributes(FileSystemInfo, FileAttributes)
Declaration
public static void set_Attributes(FileSystemInfo aThis, FileAttributes value)
Parameters
Type | Name | Description |
---|---|---|
System.IO.FileSystemInfo | aThis | |
System.IO.FileAttributes | value |