Ho can i open a Systemfile under MacOS X. I need the root permission. Can someone help me?
as example:
file=OpenFile("/etc/pure-ftpd/pure-ftpd.plist")
If Not file RuntimeError "could not open file openfile.bmx"
While Not Eof(file)
Print ReadLine(file)
Wend
CloseStream file
as example:
file=OpenFile("/etc/pure-ftpd/pure-ftpd.plist")
If Not file RuntimeError "could not open file openfile.bmx"
While Not Eof(file)
Print ReadLine(file)
Wend
CloseStream file