Answers for "c# check if a string is a valid directory"

C#
2

c# check if string is directory

File.GetAttributes(data.Path).HasFlag(FileAttributes.Directory)
Posted by: Guest on November-19-2020

Code answers related to "c# check if a string is a valid directory"

C# Answers by Framework

Browse Popular Code Answers by Language