|
Class: MountInfo (private in UnixOperatingSystem
This class is only visible from within
UnixOperatingSystem.
Object
|
+--UnixOperatingSystem::MountInfo
- Package:
- stx:libbasic
- Category:
- OS-Unix
- Owner:
- UnixOperatingSystem
accessing
-
mountPointPath
-
return the value of the instance variable 'mountPointPath' (automatically generated)
-
mountPointPath: mountPointArg deviceOrRemotePath: deviceOrRemotePathArg fsType: fsTypeArg attributeString: attributeStringArg
-
set instance variables (automatically generated)
printing
-
printOn: aStream
-
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.
The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.
queries
-
isRemote
-
|