RTollison 0 Posted November 17, 2023 you have my attention, but by System API what are you referring to. i can google just need something to look for. Thank You Share this post Link to post
Remy Lebeau 1394 Posted November 18, 2023 2 hours ago, RTollison said: you have my attention, but by System API what are you referring to. i can google just need something to look for. I'm referring to any API that is provided by the OS which is specifically designed for comparing paths and/or filesystem objects. For example, PathIsPrefix() Also see: Best way to determine if two path reference to same file in Windows? Share this post Link to post
RTollison 0 Posted November 21, 2023 well that really opens up a big can of worms doesn't it. i found all the file compares but not the same as a path parent/child comparison. Again you are correct in thinking about UNC/Mapped comparisons because that actually was the next question to come up. I will keep digging around and thanks for the heads up. Share this post Link to post