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