Skip to main content

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​
TypeName
System.Stringpath

Exists(String)​

View Source​
Declaration
bool Exists(string target)
Returns​

System.Boolean

Parameters​
TypeName
System.Stringtarget

Move(String, String)​

View Source​
Declaration
IgnoreResult Move(string from, string to)
Returns​

ServiceStack.Script.IgnoreResult

Parameters​
TypeName
System.Stringfrom
System.Stringto

Copy(String, String)​

View Source​
Declaration
IgnoreResult Copy(string from, string to)
Returns​

ServiceStack.Script.IgnoreResult

Parameters​
TypeName
System.Stringfrom
System.Stringto