documents folder

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
the documents folder
Summary

Returns the path to the current user's documents folder.

Introduced5.0.2
OSmac, windows, ios, android
Platformsdesktop, mobile
Example
get the documents folder
put the documents folder & "/music" into tUserMusicFolder
RelatedProperty: engine folder, desktop folder, home folder, temporary folder
Function: specialFolderPath
Description

Returns the full path to the current user's documents folder.

On Mac OS X and Windows the documents folder property returns the path to the user's documents folder.

On iOS the documents folder property returns the folder in which the application should store any document data (this folder is backed up by iTunes on sync).

On Android the documents folder property returns the path to a folder that can be used for per-application data files.

This property is read only and is equivalent to the specialFolderPath("documents") function.