Skip to content

Std filesystem externaldir

std:std.filesystem.ExternalDir

Function ExternalDir:String( )#

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

Returns the absolute path to the directory on the primary shared/external storage device where the application can place persistent files it owns. These files are internal to the applications, and not typically visible to the user as media.

This directory will be removed when your app is uninstalled.

This function is only available on mobile targets.