help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] directory creation mode


From: Alexander Lazarevic
Subject: [Help-smalltalk] directory creation mode
Date: Wed, 17 Apr 2002 23:18:15 +0200

I suggest that the directory creation mode should be 8r777 and not 8r755. So 
Directory class>>#create: behaves like mkdir where the actual permissions are 
determined by the umask setting?

!Directory class methodsFor: 'file operations'!
create: dirName
    "Change the current working directory to dirName."
    self primCreate: dirName mode: 8r777.
    self checkError
! !

Alex
-- 
hyppytyynytyydytys (<finnisch> Hüpfkissenbefriedigung) -- Max Goldt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]