Hunny Software Library Reference

Uuencode.FileMode Property

Gets or sets the file mode.

[Visual Basic]
Public Property FileMode As Short
[C#]
public short FileMode {get; set;}

Property Value

the file mode

Remarks

The file mode indicates the permission bits of a file in a Unix system. The mode is typically ignored.

If the file mode is not explicitly set using this property, a default value of 0644 (octal) is assumed.

See Also

Uuencode Class | Hunny.Mime Namespace