MyResourcesFolder

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
my resources folder
Associationscom.livecode.engine
Summary

Returns the resources folder for the current module

Example
    -- Work out the filename of a file in the module's
    -- resources folder.
    variable tResourceFile as String
    put my resources folder & "/foobar.txt" into tResourceFile
Description

Returns the full path to the resources folder for the calling module. If there is no resources folder attached to the calling module, nothing is returned.

Tagsengine,script engine