ServerFile example...

stéphane ducasse ducasse at iam.unibe.ch
Sun Jul 11 08:19:33 UTC 2004


Hi

I found how to create a server file:

| sf |	
sf := ServerFile new
	 	type: #file;
	 	fullPath: 
'/Volumes/Data/Users/ducasse/Workspace/FirstCircle/SqDemoes/'.	
ServerDirectory
	addServer: sf named: 'ZZZZ'

Now I have a question. Should I always specify type: #file when 
creating a ServerFile?
I have the impression that ServerFile new should automatically put the 
#file type.

Stef




More information about the Squeak-dev mailing list