summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/FileUtil.cpp
AgeCommit message (Expand)Author
2009-03-01osx compile fixnakeee
2009-03-01Small fixnakeee
2009-02-28fix compile on osx and linuxnakeee
2009-02-28add missing ;hrydgard
2009-02-28Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few cr...hrydgard
2009-02-26fix plugin dir on osxtmator
2009-02-25Added set and get in ini for comma seperated listnakeee
2009-02-24Ported wxutils from soap branch (Should make launch and explore work in Linux...nakeee
2009-02-24Added cdutils which suppose to scan for devices in a portable way (ripped fro...nakeee
2009-02-24Attempt at raw drive access for linux / osx, test please :)LPFaint99
2009-02-24added check if "file open dialog" changes the working directory. i dunno why ...fires.gc
2009-02-21Adds IsDrive to FileUtil for win32,LPFaint99
2009-01-16Revert r1861LPFaint99
2009-01-15nakee's work on dolphin events. Also get wxw out of logmanager. This commit w...Shawn Hoffman
2009-01-13Move #include <window.h> from all files that include it and common.h to common.hLPFaint99
2008-12-30unexplained warning fixnakeee
2008-12-29implement ScanDirectoryTree for POSIXbushing
2008-12-17Comment out slightly annoying error message - not even sure that creating a d...hrydgard
2008-12-09Fix filesize computation broken by XtraKrazzy in R1405hrydgard
2008-12-09Wiimote: Added optional status icons for the Wiimote speaker and leds. And a ...John Peterson
2008-12-08oopsbushing
2008-12-08begin using GetUserDirectory()bushing
2008-12-08set svn:eol-style=native for **.cppbushing
2008-12-07Fixed Homebrew againJohn Peterson
2008-12-07cleanup: delete old files and don't use SanitizePath where it's not needed.Shawn Hoffman
2008-12-05replace per-platform DIR_SEP and DIR_SEP_CHR with "/" and '/', cleanup some w...Shawn Hoffman
2008-12-05More portable file management. Verify on linux and check Wii's un-save-able g...XTra.KrazzY
2008-12-01small fixesnakeee
2008-12-01FileUtil: Fixed CreateDirectoryStructure(), I don't think you can use double...John Peterson
2008-12-01small fixesnakeee
2008-12-01added GetCurrentDirectory functionfires.gc
2008-11-30use DIR_SEPnakeee
2008-11-30few more small fixesnakeee
2008-11-30linux fixesnakeee
2008-11-29Create a dir for setting.txt toJohn Peterson
2008-11-29Wii IPC file handling: Made some comments and changes to try to locate the Ma...John Peterson
2008-11-26some cleanupnakeee
2008-11-24fix getsize on 32 bit linuxnakeee
2008-11-20added linux support for fileutilsnakeee
2008-11-06it seems that "rename" overwrites files...fires.gc
2008-11-02some more HLE of the IPCfires.gc
2008-11-01updating the HLE FS and FileIOfires.gc
2008-09-23Moved ScanDirectoryTree() to FileUtil: this is a generic directory scanning f...Maarten ter Huurne
2008-09-23Changed File from a class into a namespace, since all its methods were static.Maarten ter Huurne
2008-09-22Reduce the use of string objects slightly. Add Delete ISO feature.hrydgard
2008-09-07Add some missing GPL headers, fix building with Platform SDK 6.0, delete unus...hrydgard
2008-09-05forgot return value on windowsnakeee
2008-09-05added getuserdirectorynakeee
2008-09-05added createdir and isdirectory for nixnakeee
2008-09-01many warning fixesnakeee