summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
AgeCommit message (Expand)Author
10 daysCMake: Unify sys directoriesJoshua Vandaƫle
2026-07-08mingw: lower case windows includesCraig Carnell
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-02-15Added Triforce supportcrediar
2026-01-25Remove unused importsMartino Fontana
2025-10-27AdvancedPane: Add a button to restore default settingsJoshua Vandaƫle
2025-10-05DeleteDirRecursively: Don't report error for absent directoryDentomologist
2025-09-24chore: remove unused Logs/Mail/ dirFarmerbilly27
2025-07-23BTReal: Implement Realtek Bluetooth firmware loading.Jordan Woyak
2025-07-04WiiSaveBanner: fall back to $userdir/Load/WiiBannersTillmann Karras
2025-04-08Use std path utility for automatic path seperator handling.Javier Martinez
2024-10-10Modernize `std::replace` with rangesmitaclaw
2024-07-07Implement File::GetExePath() for FreeBSDAdmiral H. Curtiss
2024-07-04AchievementManager: Cache Badges on DiskLillyJadeKatrin
2024-04-14RetroAchievements: Put "RetroAchievements.ini" in the correct config location...mitaclaw
2024-04-09JitCache: Software Profiling Restorationmitaclaw
2024-03-29FileUtil: Fix BranchWatch User Pathmitaclaw
2024-02-27BranchWatchDialog: A Total Replacement for CodeDiffDialogmitaclaw
2023-12-16Merge pull request #11497 from vyuuui/debugger_assembler_uiTilka
2023-12-13Parser and Assembler implementationsvyuuui
2023-11-27Remove references to Debugger.iniJosJuice
2023-09-24FileUtil: Don't try to retrieve size for FIFO pipeMattKC
2023-06-11VideoBackends:Vulkan: Allow loading custom drivers on AndroidRobin Kertels
2023-04-18Common/CommonFuncs: Move interface into Common namespaceLioncash
2023-04-10Resolve [-Wsign-compare]Minty-Meeo
2023-04-03Added Initial Achievement SettingsLillyJadeKatrin
2023-02-26Common/FileUtil: Remove obsolete CopyDir() function.Admiral H. Curtiss
2023-02-26Common/FileUtil: Add Move() function.Admiral H. Curtiss
2023-02-24Common/FileUtil: Use non-throwing overload of is_directory() in CreateDir() a...Admiral H. Curtiss
2023-02-24Common/FileUtil: Add CreateDirs() function as a wrapper around std::filesyste...Admiral H. Curtiss
2023-02-24Common/FileUtil: Add Copy() function as a wrapper around std::filesystem::cop...Admiral H. Curtiss
2023-02-22Common/FileUtil: Rename Copy() to CopyRegularFile().Admiral H. Curtiss
2023-02-15Common/FileUtil: Revert behavior of CreateFullPath().Admiral H. Curtiss
2023-02-14Merge pull request #11426 from shuffle2/stdfsAdmiral H. Curtiss
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2023-01-24convert File::ScanDirectoryTree to std::filesystemShawn Hoffman
2023-01-24fileutil: use std::filesystemShawn Hoffman
2023-01-10get rid of HAS_STD_FILESYSTEMShawn Hoffman
2022-10-31FileUtil: Return success bool from CopyDirDentomologist
2022-10-29windows: Rename: use std::filesystem::rename for posix behaviorShawn Hoffman
2022-07-11Common: Change default path for Wii SD cards to not be inside the Wii NAND.Admiral H. Curtiss
2022-07-11Config and UICommon: Add config option and user path for Wii SD card sync fol...Admiral H. Curtiss
2022-07-11Treewide: Rename references to SD Card image path to clarify they mean the im...Admiral H. Curtiss
2022-07-05FileUtil: Only attempt to write to the destination in Copy if there is actual...OatmealDome
2022-06-26Core: add GraphicsMod directoryiwubcode
2022-05-31FileUtil: Refactor CreateSysDirectoryPath()Dentomologist
2022-05-31FileUtil: Remove GetSysDirectory log spamDentomologist
2022-05-31Android: Ensure File::s_android_sys_directory is set only onceDentomologist
2022-03-08Common/FileUtil: Change logging to debug levelPokechu22
2022-02-25FileUtil: Remove redundant statementDentomologist