how can I make sure whether the directory is exit or not
in .NET C#
before using seesion.CreatDirectory("PATH") to create directory,I want to make sure whether the directory is exit or not?
how can I do?
before using seesion.CreatDirectory("PATH") to create directory,I want to make sure whether the directory is exit or not?
how can I do?