Example #1
0
 void AddFilelistsToShare(Share s)
 {
     General.AddCommonFilelistsToShare(s, currentDir + "MyFileLists\\");
 }
Example #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);
 }
 void AddFilelistsToShare(Share s)
 {
     // This will add common filelists to share and save them in directory specified.
     General.AddCommonFilelistsToShare(s, currentDir + "MyFileLists\\");
 }