IOScript
Assembly: ServiceStack.Common.dll
View Source
Declaration
public interface IOScript
Methods
Delete(String)
View Source
Declaration
IgnoreResult Delete(string path)
Returns
ServiceStack.Script.IgnoreResult
Parameters
Type | Name |
---|---|
System.String | path |
Exists(String)
View Source
Declaration
bool Exists(string target)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | target |
Move(String, String)
View Source
Declaration
IgnoreResult Move(string from, string to)
Returns
ServiceStack.Script.IgnoreResult
Parameters
Type | Name |
---|---|
System.String | from |
System.String | to |
Copy(String, String)
View Source
Declaration
IgnoreResult Copy(string from, string to)
Returns
ServiceStack.Script.IgnoreResult
Parameters
Type | Name |
---|---|
System.String | from |
System.String | to |