Information
Showing posts with label
create folder
.
Show all posts
Showing posts with label
create folder
.
Show all posts
Tuesday, November 28, 2017
C#, create folder dynamically or check folder exists
›
string subPath ="ImagesPath"; // your code goes here bool IsExists = System.IO.Directory.Exists(Server.MapPath(subPath)); if(!I...
›
Home
View web version