aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/pathutil.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-8/+59
* Make sure base paths are fully qualified in Burn.Sean Hall2022-06-071-0/+10
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-071-0/+9
* Make PathGetSystemPath return an array of paths ordered by preference.Sean Hall2022-06-071-4/+5
* Add PathSkipPastRoot.Sean Hall2022-06-071-12/+43
* Replace PathCompare with PathCompareCanonicalized.Sean Hall2022-06-071-4/+5
* Resolve paths while parsing them from the command line.Sean Hall2022-06-071-0/+10
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-311-0/+11
* Add PathCanonicalizeForComparison.Sean Hall2022-05-311-8/+48
* Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.Sean Hall2022-05-311-3/+16
* PathEnsureQuoted is not generally useful.Sean Hall2022-05-311-10/+0
* Add argument and policy setting to set Burn's base working directory.Sean Hall2021-08-041-10/+0
* Get system TEMP path from the registry.Sean Hall2021-08-041-0/+16
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+252