Can someone please tell me how to set filepermissions on a file.

if not isNil(read_file):
    

while read_file.readLine(line):
    line_num.inc

if line_num != target_line:
    temp_ssl_includes.writeLine(line)
    temp_ssl_includes.close()

# what I would like to do

temp_ssl_incluse.setFilePermisisons(700)

Reply via email to