Skip to content
Snippets Groups Projects
Commit de83c4d4 authored by Ben Boeckel's avatar Ben Boeckel Committed by Brad King
Browse files

SystemTools: support deleting junction points

Junction points can exist in directories which may be manipulated within
CMake. The problem is that junction points are currently completely
unsupported within CMake. Since junctions need special API calls to
manipulate, DeleteFileW does not work and instead DeviceIoControl must
be used. Token privilege API calls must also be used to be able to
actually open the junction points.

Change-Id: I3e4ff3b7a600146ac3574d2b17890eef07d06496
parent 3e1b7395
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment