C colson Nov 29, 2005 #1 Is there a function to find out if directory B is a sub-directory under directory A? Thanks for your answer
Is there a function to find out if directory B is a sub-directory under directory A? Thanks for your answer
G Guest Nov 29, 2005 #2 You can use the DirectoryInfo.Parent to determine the parent of the directory. Sayed Ibrahim Hashimi