EightyEight
0
Q:

discern between file and folder given path vb.net

Dim isDir As Boolean = (System.IO.File.GetAttributes(path) And 
        System.IO.FileAttributes.Directory) = FileAttributes.Directory
0

New to Communities?

Join the community