Getting swapfile size
Getting swapfile size
- Subject: Getting swapfile size
- From: George Anten <email@hidden>
- Date: Wed, 18 Jun 2003 01:20:56 -0400
I'm trying to get a list and cumulative data size of current swapfiles on my
machine, as in:
tell application "Finder"
set x to count of "MyDisk:private:var:vm"
set x to x & (data size of "MyDisk:private:var:vm")
end tell
x --> {20,0}
In Path Finder (with invisibles on), I can see that there's one 76.3 MB
swapfile0 (-rw--), one directory 'app_profile' (drwx-) and nothing else.
Logged in as admin, how does one get swapfile info?
g/a
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.