lethosor
|
a56a427d12
|
Make Filesystem::is* functions handle nonexistent paths properly
If stat() failed, these functions could read from an uninitialized
stat struct and return "true" for paths that didn't exist.
|
2015-09-19 17:34:58 -04:00 |
expwnent
|
92bd6349a7
|
Fix listdir_recursive on Windows.
|
2015-01-31 22:28:17 -05:00 |
lethosor
|
066adfdf95
|
Implement a function to list directories recursively
|
2015-01-30 17:29:17 -05:00 |
lethosor
|
daf739fcec
|
Remove FIFO support
|
2015-01-28 21:39:17 -05:00 |
lethosor
|
f98e2964e6
|
Fix a few Windows compilation errors
|
2015-01-28 20:05:24 -05:00 |
lethosor
|
bebceffa5f
|
Add Filesystem::listdir()
|
2015-01-28 19:15:58 -05:00 |
lethosor
|
e8c0482fdc
|
Add atime()/ctime()/mtime()
|
2015-01-28 18:18:06 -05:00 |
lethosor
|
2e3261565c
|
Clean up Filesystem.h
|
2015-01-28 17:15:09 -05:00 |
Lethosor
|
3c0ac70615
|
Remove output from filetype()
Not sure how this made it in, but it's causing problems with PRINT_MODE:TEXT (not to mention filling up stdout.log)
|
2014-12-27 15:05:43 -05:00 |
expwnent
|
036aae060b
|
Merge lethosor stuff. For some reason, git's auto merge message didn't happen because of git-stash shenanigans. Oh well.
|
2014-06-19 22:58:17 -04:00 |
Lethosor
|
ec64a787c6
|
Use _getcwd on Windows
|
2014-06-19 22:34:40 -04:00 |
Lethosor
|
73fdb8b125
|
Fix Windows compile-time error
|
2014-06-19 21:24:16 -04:00 |
lethosor
|
6fa478de22
|
Filesystem module
Implements a handful of filesystem-related functions (e.g. chdir, mkdir)
in C++ and Lua.
|
2014-06-15 22:38:17 -04:00 |