mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: various general improvments to the POSIX functions
- ensure proper and sensible handling of empty names.
Eg, isDir(""), isFile("") are no-ops, and avoid file-stat
- rmDir:
* optional 'silent' option to suppress messages.
* removes all possible sub-entries, instead of just giving up on
the first problem encountered.
- reduced code duplication in etcFiles
ENH: provide WM_USER_RESOURCE_DIRNAME define (in foamVersion.H)
- this is still a hard-coded value, but at least centrally available
This commit is contained in:
3
applications/test/etcFiles/Make/files
Normal file
3
applications/test/etcFiles/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-etcFiles.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-etcFiles
|
||||
Reference in New Issue
Block a user