20. Writing 4GL Statements : Accessing Files from 4GL : Permissions
 
Share this page                  
Permissions
These statements are available to all users. When you create a file with the openfile() statement, the file is owned by you (the session user name).
Any operating system access protections apply to the files. For example, if the session user does not have permission to create a file in the specified directory, the openfile() statement fails.