aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/file.hpp (unfollow)
Commit message (Collapse)Author
2020-10-27code styleEgor Tensin
Don't use brace initialization in constructors, VS 2013 doesn't like that.
2020-10-17process_tests: remove temp filesEgor Tensin
2020-10-16File: refactoringEgor Tensin
2020-10-16add path.hpp: CanonicalPath class, etc.Egor Tensin
Apparently, relative paths in the Win32 namespace (e.g. \\?\test.txt) are not a thing.
2020-10-16Process: support pipe redirectionEgor Tensin
2020-10-15WIP: add simple Process classEgor Tensin