FormFix v6.0 for .NET - Updated
Filename Property (FormSetFile)



Accusoft.FormDirectorSdk Namespace > FormSetFile Class : Filename Property
The name of the form set file.
Syntax
'Declaration
 
Public Property Filename As String
'Usage
 
Dim instance As FormSetFile
Dim value As String
 
instance.Filename = value
 
value = instance.Filename
public string Filename {get; set;}
public:
property String^ Filename {
   String^ get();
   void set (    String^ value);
}
Remarks

You should set this property to the filename of the form set file before you call the Read, Write, or Lock methods. The file must exist before you call the Read method. However, if the file does not exist, but the folder that contains it does exist, the Lock method will automatically create the file.

If you set this property to an invalid filename, this object will not detect and notify you of that error until you try to lock or read from the file.

Valid value: any valid absolute (not relative) filename, including files which contain characters outside the English character set.

Default value: ""

See Also

Reference

FormSetFile Class
FormSetFile Members
Read Method
Write Method
Lock Method

Is this page helpful?
Yes No
Thanks for your feedback.