GetImportExportPath

by ssi 8. January 2016 08:05
public static string GetImportExportPath(string sCode, string sPath)
     {
         string sRet = "";
         switch (sCode)
         {
             case "IMPORT":
                 sRet = @"\\FB670SRV01\Docs\Technology\Import\";
                 break;
             case "EXPORT":
                 sRet = @"\\FB670SRV01\Docs\Technology\Reports\";
                 break;
             case "CUSTOM":
                 sRet = sPath;
                 break;
 
             default:
                 sRet = @"\\FB670SRV01\Docs\Technology\Reports\";
 
                 break;
         }
         clsFolders oFld = new clsFolders();
         oFld.CreateFolder(sRet);
         return sRet;
     }

Tags:

CSharp

Add comment

biuquote
  • Comment
  • Preview
Loading

Calendar

<<  July 2025  >>
MoTuWeThFrSaSu
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910

View posts in large calendar

RecentComments

None

Development Team @ Shelbysys

We develop custom database applications for our clients. Our development tool of choice is MS Visual Studio. 

Quotations

"Procrastination is, hands down, our favorite form of self-sabotage"
Alyce P. Cornyn-Selby