summaryrefslogtreecommitdiff
path: root/drivers/windows/dir_access_windows.cpp
AgeCommit message (Expand)Author
2020-11-23Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-07-06Fix Directory Open CheckNathan Franke
2020-05-28fix(Directory): remove erasing printNathan Franke
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-01Fix res:// trimmed to s:// on WindowsPedro J. Estébanez
2020-03-03Improve UX of drive lettersPedro J. Estébanez
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-03-10Capitalise drive lettersTwarit
2019-03-03Fix style issues from recent commitsRémi Verschelde
2019-03-02Remove some windows printsJuan Linietsky
2019-01-26Fix code style issuesRémi Verschelde
2019-01-26Fix compilation on UWPHein-Pieter van Braam
2019-01-21Add function to obtain filesystem type from DirAccess.Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-02-24Fix Windows file case changingHein-Pieter van Braam
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-10-13Fixed issue #12019, which prevented the creation of new folders on Windows pl...Falk Moser
2017-09-25Extract logging logicRuslan Mustakov
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-14Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-03Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques
2016-09-03Fix drivers coding for WinRTGeorge Marques
2016-06-30Fix some bugs in diraccess, closes #5288Juan Linietsky
2016-06-18Fix make_dir for long paths on WindowsGeorge Marques
2016-06-18-made get_space_left() return values more homogenous, also for script, conver...Juan Linietsky
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky
2016-06-06Somewhat fixed Directory::get_space_left() return values.J08nY
2016-03-01Added relative paths for DirAccess::remove()Zher Huei Lee
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-05-09-Corrected DirAccessWindows functions, fixes #1872, properly fixes #791.Juan Linietsky
2015-05-04Merge remote-tracking branch 'origin/master'Juan Linietsky
2015-05-04small unicode fixesJuan Linietsky
2015-04-18-fix local and global usage for DirAccess, fixes #791Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-03-22Merge pull request #1512 from the-mech/masterJuan Linietsky
2015-03-21New option to show/hide hidden filesrollenrolm
2015-03-14[Fix] make_dir_recursive on WindowsRoman Nekrassow
2014-12-15Small batch of fixesJuan Linietsky
2014-10-14FixesJuan Linietsky
2014-09-19Fix file_existssanikoyes