OSSingleton.getSystemDir

Returns the actual path to commonly used folders across different platforms. Available locations are specified in systemdir. Note: This method is implemented on Android, Linux, macOS and Windows. Note: Shared storage is implemented on Android and allows to differentiate between app specific and shared directories. Shared directories have additional restrictions on Android.

struct OSSingleton
@nogc nothrow const
String
getSystemDir
(
in long dir
)

Meta