subdirectory of another

  • Thread starter Thread starter colson
  • Start date Start date
C

colson

Is there a function to find out if directory B is a sub-directory under
directory A?

Thanks for your answer
 
You can use the
DirectoryInfo.Parent to determine the parent of the directory.

Sayed Ibrahim Hashimi
 
Back
Top