aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/dirutil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not follow junctions when recursively deleting directoriesRob Mensching2024-03-061-4/+4
| | | | | | This will prevent elevated processes from accidentally following a junction from a user-writable directory to a per-machine directory and erroneously deleting the per-machine contents.
* Skip logging errors in some places when they are due to missing files or ↵Sean Hall2022-08-091-15/+27
| | | | | | registry keys or values. Related to 6696
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-44/+20
| | | | Fixes 3455
* Add PathSkipPastRoot.Sean Hall2022-06-071-5/+15
|
* Resolve paths while parsing them from the command line.Sean Hall2022-06-071-14/+41
| | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods.
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+441