openfoam/applications/test/primitives
Mark Olesen 16e75d8475 ENH: add fileName::validate static method (issue #628)
- similar to word::validate to allow stripping of invalid characters
  without triggering a FatalError.

- use this validated fileName in Foam::readDir to avoid problems when
  a directory contains files with invalid characters in their names

- adjust rmDir to handle filenames with invalid characters

- fileName::equals() static method to compare strings while ignoring
  any differences that are solely due to duplicate slashes
2017-10-26 21:23:24 +02:00
..
Make ENH: improve consistency in parsing primitives from strings (issue #590) 2017-09-18 10:47:07 +02:00
Test-primitives.C ENH: add fileName::validate static method (issue #628) 2017-10-26 21:23:24 +02:00