N
Nathan Sokalski
I am getting the list of subdirectories from a specified directory using
System.IO.Directory.GetDirectories(), and would like to get only
subdirectories that are not hidden or system directories. I did not notice
any way to do this using System.IO.Directory.GetDirectories(). Is there some
other function that I can use, or is there some way to determine whether a
directory is hidden or system? Thanks.
System.IO.Directory.GetDirectories(), and would like to get only
subdirectories that are not hidden or system directories. I did not notice
any way to do this using System.IO.Directory.GetDirectories(). Is there some
other function that I can use, or is there some way to determine whether a
directory is hidden or system? Thanks.