[squeak-dev] Re: FileDirectory from a relative path

Andreas Raab andreas.raab at gmx.de
Thu Sep 17 03:51:39 UTC 2009


Try this:

   (FileDirectory default uri  resolveRelativeURI: '../backup') path.

Cheers,
   - Andreas

Miguel Enrique Cobá Martinez wrote:
> Is this the way to obtain a FileDirectory from a relative path on squeak
> on linux:
> 
> FileDirectory on: (FileDirectory default fullNameFor: '../backup/')
> 
> Thanks




More information about the Squeak-dev mailing list