aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/fileutil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support CreateFile with retriesRob Mensching2025-02-111-4/+49
|
* Add pipeutil to dutilRob Mensching2024-01-111-4/+4
| | | | Plus a couple small clean-ups in a couple of dutil files.
* Skip logging errors in some places when they are due to missing files or ↵Sean Hall2022-08-091-3/+9
| | | | | | registry keys or values. Related to 6696
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-7/+5
| | | | Fixes 3455
* Replace PathCompare with PathCompareCanonicalized.Sean Hall2022-06-071-156/+0
|
* Resolve paths while parsing them from the command line.Sean Hall2022-06-071-118/+0
| | | | | 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/+2032