Benoit Mortgat

Results 3 issues of Benoit Mortgat

On Windows, the call to `fs::remove_file` fails if the file is read-only. I think, when using the `-f` switch, the following snippet (adapted from the doc of the `fs` library)...

U - rm

I frequently switch between Cygwin/MSys environments, where paths contain forward slashes, and Windows standard environments, where path components are separated by backslash. So a shortcut to toggle `shellslash` would be...

Hello In this code: https://github.com/zodiacon/TotalRegistry/blob/55d76921a44962a8c21e0f57ee555213841510f4/RegExp/RegExportImport.cpp#L55C5-L55C30 `data` is a BYTE string. I am under the impression that data() is interpreted as a sequence of `char` and is converted into `wchar_t` under...