Method | Description | |
---|---|---|
HardLink ( IList |
||
HardLink ( string sourceFolder, string targetParentFolder, string folderName, int copyLimitSize ) : void |
Method | Description | |
---|---|---|
Copy ( string source, string target ) : void | ||
CreateFolder ( string path ) : void | ||
CreateHarkLink ( string source, string target ) : void | ||
SearchFolder ( string folder, string targetParentFolder, int copyLimitSize ) : void |
public HardLink ( IList |
||
links | IList |
|
copyLimitSize | int | |
folderName | string | |
baseFolde | string | |
return | void |
public HardLink ( string sourceFolder, string targetParentFolder, string folderName, int copyLimitSize ) : void | ||
sourceFolder | string | |
targetParentFolder | string | |
folderName | string | |
copyLimitSize | int | |
return | void |