-
94a26349
by Paul Gofman at 2024-08-20T21:26:52+02:00
kernelbase: Better match Windows behaviour in PathCchStripToRoot().
-
1e3523a7
by Paul Gofman at 2024-08-20T21:26:52+02:00
kernelbase: Better match Windows behaviour in PathCchRemoveFileSpec().
-
47b4258c
by Paul Gofman at 2024-08-20T21:26:52+02:00
kernelbase: Better match Windows behaviour in PathCchIsRoot().
-
5aad4c2c
by Paul Gofman at 2024-08-20T21:26:53+02:00
kernelbase: Reimplement PathIsRootA/W() on top of PathCchIsRoot().
-
2957e329
by Paul Gofman at 2024-08-20T21:26:53+02:00
kernelbase: Reimplement PathStripToRootA/W() on top of PathCchStripToRoot().
-
4131ba69
by Paul Gofman at 2024-08-20T21:26:53+02:00
kernelbase: Remimplement PathRemoveFileSpecA/W().
-
a789574b
by Paul Gofman at 2024-08-20T21:26:53+02:00
kernelbase/tests: Add more tests for some file manipulation functions.