[squeak-dev] [[Q] How set the permissions of text file

Edgar De Cleene edgardec2005 at gmail.com
Thu Apr 14 06:45:50 UTC 2016


I working in a Squeak way of creating and serve tvml files.
 
stream := StandardFileStream forceNewFileNamed: aFileName.
	stream nextPutAll: self tvml pageEnd.
	stream close 

Squeak gives me this
-rw-r--r--@
and I need this
-rwxr-xr-x

How i set the right permissions from inside Squeak ?

-- 
Edgar
@morplenauta






-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20160414/3b05410e/attachment.htm


More information about the Squeak-dev mailing list