UueSaveOptions

UueSaveOptions class

Options for saving an uuencoded file.

The UueSaveOptions type exposes the following members:

Constructors

NameDescription
UueSaveOptions(file_name, new_line)Initializes the options with user proveded file name and new line.
UueSaveOptions(file_name)Initializes the options with user proveded file name and new line.

Properties

NameDescription
new_lineGets the character terminating each line, usually “\n” or “\r\n”.
file_nameGets the file name to be used when recreating the decoded data.
unix_file_permissionsGets the file’s Unix file permissions.

See Also