Skip to content

Std filesystem internaldir

std:std.filesystem.InternalDir

Function InternalDir:String( )#

Gets the filesystem directory of the app's internal storage directory.

Returns the absolute path to the directory on the filesystem where files created with openFileOutput(String, int) are stored.

This directory will be removed when your app is uninstalled.

This function is only available on mobile targets.