getSymbolicLinks

abstract fun getSymbolicLinks(): Boolean
Symlink support.

Flipped to `true` if the underlying VFS implementation is expected to support virtual links. This flag is typically
set by build tools to indicate that link-based resolution of files will be required for operation. Developers
should not need to adjust this flag manually.
bool symbolic_links = 2;

Return

The symbolicLinks.