I have folders being copied using
fs.CopyFolder(AppPath+"\\base",tempFolder+"\\baseTmp");but there are .sql files inside the AppPath too that I would like copied.
I have
fs.CopyFiles(AppPath+"*.sql",tempFolder);
what should it be becuase its not working, thanks


Sign In
Create Account


Back to top









