/MyDir or \MyDir

David T. Lewis lewis at mail.msen.com
Wed Feb 16 03:21:32 UTC 2005


And "FileDirectory slash" gives you the same thing in the form of a
string, which is convenient for putting together path strings.  So rather
than '/MyDir' or '\MyDir', you can write "FileDirectory slash, 'MyDir'".

Dave

On Tue, Feb 15, 2005 at 10:01:11AM +0100, Adrian Lienhard wrote:
> Hi Patrick
> 
> With "FileDirectory pathNameDelimiter" you can get the separator character
> for the current platform.
> 
> Adrian
> 
> ----- Original Message ----- 
> From: "chenais" <patrick.chenais at id.unibe.ch>
> To: "Squeak (dev)" <squeak-dev at lists.squeakfoundation.org>
> Sent: Tuesday, February 15, 2005 9:45 AM
> Subject: /MyDir or \MyDir
> 
> 
> Bonjour!
> How to manage the directory (folder) separator with Squeak, to keep it
> platform independent?
> Merci.
> Patrick Chénais



More information about the Squeak-dev mailing list