コード例 #1
0
 void AddFilelistsToShare(Share s)
 {
     General.AddCommonFilelistsToShare(s, currentDir + "MyFileLists\\");
 }
コード例 #2
0
 void AddFilelistsToShare(Share s)
 {
     // This will add common filelists to share and save them in directory specified.
     General.AddCommonFilelistsToShare(s, currentDir + "MyFileLists" + System.IO.Path.DirectorySeparatorChar);
 }
コード例 #3
0
 void AddFilelistsToShare(Share s)
 {
     // This will add common filelists to share and save them in directory specified.
     General.AddCommonFilelistsToShare(s, currentDir + "MyFileLists\\");
 }