eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FileReference':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: FileReference


Inheritance:

   Object
   |
   +--FileReference

Package:
stx:libcompat
Category:
Compatibility-Squeak
Version:
rev: 1.5 date: 2021/11/07 08:52:47
user: cg
file: FileReference.st directory: libcompat
module: stx stc-classLibrary: libcompat
Author:
Claus Gittinger

Description:


a facade for a subset of Squeak's FileReference class.
In Squeak, this provides the same functionality as Filename
(why do they always do things different ???
 - there has been a Filename around for years in VW and ST/X and others,
 and it would have been easy to simply name this the same)


[instance variables:]

[class variables:]


Related information:



Class protocol:

instance creation
o  filename: filenameArg


Instance protocol:

accessing
o  filename: filenameArg

protocol
o  / subPath
'/etc' asFileReference parent / 'etc'

o  basename

o  childNames
'/etc' asFileReference exists
'/etc' asFileReference childNames

o  exists
'/etc' asFileReference exists

o  fullName

o  isReadable

o  parent
'/etc' asFileReference parent



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:41:02 GMT