eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Dolphin::File':

Home

everywhere
www.exept.de
for:
[back]

Class: File (in Dolphin)


Inheritance:

   Object
   |
   +--Dolphin::File

Package:
stx:libcompat
Category:
Compatibility-Dolphin
Version:
rev: 1.5 date: 2002/03/26 19:09:53
user: cg
file: Dolphin_File.st directory: libcompat
module: stx stc-classLibrary: libcompat

Class protocol:

misc queries
o  composePath: path stem: packageName extension: extension

o  exists: pathname

o  extensionDelimiter

o  fullPathOf: pathname relativeTo: aBaseName

o  relativePathOf: pathname to: aBaseName
dummy for now ...

o  splitExtensionFrom: aString
Splits aPathname string and answers the extension portion.
Answers the empty string if there is no extension.

o  splitFilenameFrom: aPathnameString
not certain.

o  splitPath: aString
Splits aPathname string into its path, stem and extension components and answers
a four element Array of these.
Note: We use the C-runtime library to implement this, hence either backward or forward
slashes (i.e. $\ or $/) are acceptable as pathname delimiters.

o  splitPathFrom: aPathnameString
Splits aPathname string and answers the path portion (including the drive letter, if any).
Answers the empty String if there is no path.

o  splitStemFrom: filename



ST/X 6.1.1; WebServer 1.620 at exept:8081; Mon, 21 May 2012 16:13:08 GMT