| Prev | Next | Sys Verbs > sys.getMinAppSize |
sys.getMinAppSize
| Syntax |
sys.getMinAppSize (path)
|
| Params |
path is the file system path to an application.
|
| Action |
Determines the minimum suggested memory size for the application at path.
|
| Returns |
The number of bytes that is the minimum suggested memory size.
|
| Examples |
sys.getMinAppSize ("System:System Folder:Finder") » 302080
string.kBytes (sys.getMinAppSize ("System:Frontier 1.0:UserLand Frontier"))
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
The minimum suggested memory size is not visible in the Finder's Get Info window. This verb is implemented as a script that examines the application's 'SIZE' resource.
|
| See Also |
sys.getAppSize
|
| Prev | Next | Sys Verbs > sys.getMinAppSize |