MyResourcesFolder
Type
expression
Summary
Returns the resources folder for the current module
Syntax
my resources folder
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.
Examples
-- 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