Commit Graph

16 Commits (3edb8e113e72b8eedd741e92dff63f5167ff5adb)

Author SHA1 Message Date
Connor McLaughlin 266d70c629 Common/FileSystem: Add IsAbsolutePath() and tests 6 years ago
Connor McLaughlin 84d4423719
Merge pull request #564 from lioncash/leak
file_system: Prevent resource leaks in DeleteDirectory()
6 years ago
Lioncash 83a01c27a2 file_system: Prevent resource leaks in DeleteDirectory()
We need to remember to close the search handle in the error cases.
6 years ago
Lioncash 292a0a6800 file_system: Correct duplicate conditionals in CreateDirectory() 6 years ago
Connor McLaughlin bd164d2735 Common/FileSystem: Add {Read,Write}BinaryFile helpers 6 years ago
Connor McLaughlin 6a03bb2d15 HostInterface: Drop std::filesystem requirement 7 years ago
Connor McLaughlin fd2ca2927e Common/FileSystem: Fix recursive directory creation 7 years ago
Connor McLaughlin f0910dc948 Common/FileSystem: Include fix 7 years ago
Connor McLaughlin f805764fea Common/FileSystem: More OSX fixes.. 7 years ago
Connor McLaughlin 2ac8f7a6ac Common/FileSystem: uint32 -> u32 7 years ago
Connor McLaughlin 4681f9d744 Common/FileSystem: Don't include malloc.h on macOS 7 years ago
Connor McLaughlin 23c8a5588d Add macOS to some Linux/Android-only-isms 7 years ago
Connor McLaughlin 288b680e07 FileSystem: Add ReplaceExtension() helper 7 years ago
Connor McLaughlin 7afb79aee6 Common: Add FileSystem::{Get,Set}WorkingDirectory functions 7 years ago
Connor McLaughlin de4e45a433 Common: Add a function to get the path to the running program 7 years ago
Connor McLaughlin 71c1e243fe Remove YBaseLib dependency 7 years ago