skip to main
|
skip to sidebar
Code Tidbits
Working with folders (C#)
How to check if a folder exists:
if (!Directory.Exists("folder name"))
...
How to create a folder:
Directory.CreateDirectory("folder name");
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Labels
C#
(8)
IIS
(1)
T-SQL
(3)
No comments:
Post a Comment