Copy resources from c# pjct to a windows directory -
how can copy file in project resources temp directory using c# "i have install.bat file in project resources folder want copy c:\ directory "
file.copy(@"resources\install.bat", @"c:\directory\install.bat");
note: should have resources folder in debug\bin. (if there isn't one, click on property of install.bat file in visual studio solution exprorer , set 'copy output directory' 'copy always'
Comments
Post a Comment