drLoadDrf
drLoadDrf(t_filename[g_askToSave] ) => t / nil
Description
Loads the display resource file (usually named display.drf) from any location.
Arguments
|
The path and name of the display resource file (usually named |
|
Value Returned
Example
drLoadDrf("~/display.drf")
=> t
Loads the display.drf file from your home directory.
Return to top