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