desktop folder

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
the desktop folder
Summary

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

Introduced5.0.2
OSmac, windows, linux
Platformsdesktop
Example
get the desktop folder
put the desktop folder & "/log.txt" into tLogFile
RelatedProperty: engine folder, documents folder, home folder, temporary folder
Function: specialFolderPath
Description

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

The documents folder property returns the path to the user's desktop folder.

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