openfoam/applications/utilities/preProcessing/createZeroDirectory
Mark Olesen 172c36c29a ENH: support search modes for etcFiles()
- similar to the foamEtcFile script -mode=... option, the specific
  search location (user/group/other) can now also specified for
  string expansions and as a numerical value for etcFile()

  For example, if searching for group or other (project) controlDict,
  but not wishing to see the user controlDict:

    1.  foamEtcFile -mode=go controlDict

    2.  fileName dictFile("<etc:go>/controlDict");
        dictFile.expand();

    3.  etcFile(controlDict, false, 0077);

  The default behaviour for searching all contexts is unchanged.

    1.  foamEtcFile controlDict

    2.  fileName dictFile("<etc>/controlDict");
        dictFile.expand();

    3.  etcFile(controlDict);
2018-12-12 13:45:32 +01:00
..
Make ENH: Added new ceeateZeroDirectory utility 2015-11-30 15:52:40 +00:00
boundaryInfo.C COMP: rename dictionary::read<T> to dictionary::readEntry<T> 2018-07-30 15:52:40 +02:00
boundaryInfo.H ENH: Added new ceeateZeroDirectory utility 2015-11-30 15:52:40 +00:00
boundaryTemplates.C STYLE: use range-for when looping dictionary entries. 2018-10-19 13:08:24 +02:00
boundaryTemplates.H ENH: change wordRes to be a List of wordRe instead of a wrapper (issue #259) 2018-02-21 10:05:30 +01:00
caseInfo.C ENH: use dictionary::readEntry for detection of input errors (#762, #1033) 2018-10-05 10:15:13 +02:00
caseInfo.H ENH: change wordRes to be a List of wordRe instead of a wrapper (issue #259) 2018-02-21 10:05:30 +01:00
createZeroDirectory.C ENH: support search modes for etcFiles() 2018-12-12 13:45:32 +01:00
solverTemplate.C ENH: cleanup of Enum class 2018-10-18 12:57:32 +02:00
solverTemplate.H ENH: upgrade from NamedEnum to Enum (issue #515) 2017-07-03 21:43:33 +02:00