-willMount
Called just before the mount of the file system occurs.
-willUnmount
Called just before an unmount of the file system will occur.

willMount


Called just before the mount of the file system occurs.

- (void)willMount;


willUnmount


Called just before an unmount of the file system will occur.

- (void)willUnmount; 

Last Updated: Monday, November 17, 2008