메소드 | 설명 | |
---|---|---|
Delete ( string path ) : void | ||
Delete ( string path, double lockWaitMs ) : void | ||
Delete ( string path, double lockWaitMs, bool exceptionOnFail ) : void | ||
Move ( string src, string dst ) : void | ||
Move ( string src, string dst, double lockWaitMs ) : void | ||
Move ( string src, string dst, double lockWaitMs, bool exceptionOnFail ) : void |
public static Delete ( string path, double lockWaitMs ) : void | ||
path | string | |
lockWaitMs | double | |
리턴 | void |
public static Delete ( string path, double lockWaitMs, bool exceptionOnFail ) : void | ||
path | string | |
lockWaitMs | double | |
exceptionOnFail | bool | |
리턴 | void |
public static Move ( string src, string dst ) : void | ||
src | string | |
dst | string | |
리턴 | void |
public static Move ( string src, string dst, double lockWaitMs ) : void | ||
src | string | |
dst | string | |
lockWaitMs | double | |
리턴 | void |
public static Move ( string src, string dst, double lockWaitMs, bool exceptionOnFail ) : void | ||
src | string | |
dst | string | |
lockWaitMs | double | |
exceptionOnFail | bool | |
리턴 | void |