May 10, 2017; 15:07
Dave Bruhn
file->chmod not working?
So I tried the following code:
#file->create&chmod(‘0770’)
Except I ended up getting:
Error Msg: Definition Not Found: dir->chmod(string) Candidates were: dir->chmod(to::integer)
However, the documentation says that ‘0770’ should work.
Any ideas?
--
Dave Bruhn
Senior Systems Analyst
North Carolina Hospital Association
PO Box 4449
Cary, NC 27519-4449
919-677-4145 (office)
dbruhn@ncha.org
http://www.ncha.org
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
May 10, 2017; 10:06
Steffan Cline
Re: file->chmod not working?