mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -459,7 +459,7 @@ bool Foam::removeEmptyDir(const fileName& path)
|
||||
Foam::readDir
|
||||
(
|
||||
path,
|
||||
fileName::LINK,
|
||||
fileName::SYMLINK,
|
||||
false, // filterGz
|
||||
false // followLink
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user