Editing the authorization file

If your COBOL application requires access to other directories or disks on a user's machine, the user must add those directories to the "acuauth.txt" file. For example, if the application requires access to the client directory, "c:\myfiles", the user would add "c:\myfiles" to the end of the first line in the "acuauth.txt" file as follows:

"C:\Program Files\Acucorp\Acucblxx\acugt\plgndata" "c:\myfiles"

All directories must be included on a single line, separated by spaces. If a directory name includes embedded spaces, you must enclose it in quotation marks. You may always use quotation marks if you choose. Up to 4096 characters can be included on the line.

Note that all files and folders of the directories listed in this file become accessible.