Commit Graph

23 Commits

Author SHA1 Message Date
kevin
9acb24e9e1 Apply licensing information to project. 2024-12-01 14:35:24 -05:00
kevin
a790ab11d3 cwFileSys.h/cpp : Prevent dirEntries from listing '.' and '..' directories during recursion.
Added dirEntryTest().
2024-11-30 12:14:29 -05:00
kevin
24f9b937a6 cwFileSys,cwLex,cwVectOps,cwObject,cwTime : Updated to use cwTest to manage test() function. 2024-05-29 12:37:53 -04:00
kevin
43c5be958a cwFileSys.cpp : Fixed failure to free expanded path on path not existing in isFile(),isDir(),isLink(). 2024-03-25 22:14:42 -04:00
kevin
597f1ca504 cwFileSys.cpp : isDir(),isFile(),isLink() now automatically expands the path prior to evaluating it. 2023-11-19 15:54:57 -05:00
kevin
8670fdca8c cwFileSys.cpp : Automatically expand the base directory in makeFn(). 2023-05-27 15:55:46 -04:00
kevin
f5c1c5e435 cwFileSys.h/cpp : Added formVersionedDirectory() and makeVersionedDirectory(). 2023-05-21 12:38:05 -04:00
kevin
2171d8a0a6 cwFileSys.cpp: expandPath() now drops leading white space. pathParts() now expands the path prior to splitting it. 2023-03-17 17:42:29 -04:00
kevin
06c5dd18b4 cwFileSys.cpp : vMakeVersionedFn() now has better error reporting. 2022-12-17 08:17:02 -05:00
kevin
f4852f7b90 filesys.cpp: Add nullptr guards to isDir(), isFile(), isLink(). 2022-05-14 10:12:47 -04:00
kevin
f8e0a24032 cwFileSys.cpp: Automatically expandPath() in dirEntries(). 2021-08-15 15:47:04 -04:00
kevin
ee11b004da cwFileSys.h/cpp : Added replaceDirectory/Filename/Extension() functions. 2021-05-10 08:30:22 -04:00
kevin
df29219edf cwFileSys.h/cpp : Added makeVersionedFn(). 2021-04-10 13:36:07 -04:00
kevin
e86067659a cwFileSys.cpp, cwMtx.h, cwObject.cpp : minor changes to eliminate warning during non-debug build. 2021-02-21 08:53:39 -05:00
kpl
96b3b1ac0a Pine64 Updates. 2020-10-31 14:17:43 -04:00
kevin
1232c3e36e cwFileSystem.cpp : Fixed but in exapndPath() that rejected paths with spaces. 2020-10-04 10:48:50 -04:00
kevin
fa33ac00c9 cwFileSys.h/cpp : Added makeDir().
cwLog.h/cpp : Added cwLogPrint() functions.
cwMtx.h : Many addtions.
cwObject.h : Added find_child() functions.
cwUtility.h/cpp : Added x80ToDouble() and doubleToX80().
cwCommon.h : Added new RC codes
cwCommonImpl.h : Added swapping macros and is_int<T>().
2020-09-01 15:46:21 -04:00
kevin.larke
3d1facf2c2 cwFileSys.h/cpp : Added expandPath(). 2020-04-20 15:01:21 -04:00
kevin.larke
7b2ebd5580 Changes to support autotools build.
Changed #define cwLINUX to OS_LINUX.
2020-03-24 08:51:51 -04:00
kpl
1849edf7cc cwFileSys.cpp : Added comments. 2020-01-27 17:49:19 -05:00
kpl
68b8a15714 Implemented filesys::dirEntries() 2019-12-27 23:35:39 -05:00
kpl
5a62d884dd Standardized filesys and mem namespaces.
Removed use of global variable in cwAudioBuf.
2019-12-27 21:51:28 -05:00
kpl
3954d794f1 Initial commit 2019-12-18 22:24:12 -05:00