Class DirectoryImpl
Inheritance
System.Object
DirectoryImpl
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()
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class DirectoryImpl
Methods
|
Improve this Doc
View Source
CreateDirectory(String)
Declaration
public static DirectoryInfo CreateDirectory(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
DirectoryInfo |
|
|
Improve this Doc
View Source
Delete(String)
Declaration
public static void Delete(string aPath)
Parameters
Type |
Name |
Description |
System.String |
aPath |
|
|
Improve this Doc
View Source
Delete(String, Boolean)
Declaration
public static void Delete(string path, bool recursive)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.Boolean |
recursive |
|
|
Improve this Doc
View Source
Exists(String)
Declaration
public static bool Exists(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetCurrentDirectory()
Declaration
public static string GetCurrentDirectory()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetDirectories(String)
Declaration
public static string[] GetDirectories(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
GetFiles(String)
Declaration
public static string[] GetFiles(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
GetParent(String)
Declaration
public static DirectoryInfo GetParent(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
DirectoryInfo |
|
|
Improve this Doc
View Source
SetCurrentDirectory(String)
Declaration
public static void SetCurrentDirectory(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|