Click or drag to resize
CoronaRuntimeLaunchSettingsDocumentsDirectoryPath Property

Gets or sets the path Corona will use for its documents directory.

This is the directory that Lua property "system.DocumentsDirectory" maps to.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public string DocumentsDirectoryPath { get; set; }

Property Value

Type: String

The path to Corona's documents directory.

Corona will automatically create the directory if it does not exist on startup.

When setting this property, it is recommended to set it to an absolute path.

Can be set to null or empty string, which will make Corona use its default path for this directory instead.

See Also