C# detect folder junctions in a path

前端 未结 2 1669
终归单人心
终归单人心 2020-12-31 09:35

I want to make a quick check if in a complete path a Junction point is used. I already have a function to test a folder like IsJunction() but maybe there is an

2条回答
  •  猫巷女王i
    2020-12-31 10:16

    Look at the solution of Jeff Brown.

    He implemented your features in a static class, that seems to just work fine.

    http://www.codeproject.com/KB/files/JunctionPointsNet.aspx

提交回复
热议问题