Access to append material to a file or directory. FileIOPermissionAccess.Append access includes the ability to create a new file or directory.
Value: Append
To create files, code must also be granted both FileIOPermissionAccess.Append and either FileIOPermissionAccess.Write or FileIOPermissionAccess.Read access. For more detail see System.IO.FileMode.