PathFlags

data class PathFlags(val symlinkFollow: Boolean)

Flags determining the method of how paths are resolved.

Constructors

Link copied to clipboard
constructor(symlinkFollow: Boolean)

Properties

Link copied to clipboard

As long as the resolved path corresponds to a symbolic link, it is expanded.