COMP: deprecate domainName and full hostName (#2280)

- unused in regular OpenFOAM code
- POSIX version uses deprecated gethostbyname()
- Windows version never worked

COMP: localize, noexcept on internal OSspecific methods

STYLE: support fileName::Type SYMLINK and LINK as synonyms
This commit is contained in:
Mark Olesen
2022-02-02 11:01:59 +01:00
parent debbcfb7df
commit 62ec2f2ddf
13 changed files with 96 additions and 66 deletions

View File

@ -459,7 +459,7 @@ bool Foam::removeEmptyDir(const fileName& path)
Foam::readDir
(
path,
fileName::LINK,
fileName::SYMLINK,
false, // filterGz
false // followLink
)