summaryrefslogtreecommitdiffstats
path: root/util/system/fs_win_ut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Part of PR. Stylenae2022024-11-201-1/+2
| | | | | Часть большого ПР REVIEW:7264088 commit_hash:0f5b03fbbed0ac30f734943309e3ef5cd4d7a30e
* FixNamespaceComments in /utildmasloff2024-09-051-1/+1
| | | | | FixNamespaceComments in /util bb9152570d7c258798644ead5a59f604de05ef3b
* add windows platform to ydb github exportalexv-smirnov2022-12-201-0/+71
|
* fix ya.makemonster2022-07-071-71/+0
|
* Remove read-only files and directories on Windows (to match behavior on unix)setser2022-03-161-0/+71
Current behavior of RemoveDirWithContents does not allow removing directories if any of files in this directory is read-only. This behavior, however, does not allow, for example, to remove temporary directory, in which git repository was created (on *nix systems, however, this problem was not noticed). This PR overrides this behavior. ref:1faf91e233008b4aece4f2b953884b52346ce2be