FormFix v6.0 for .NET - Updated
FullPath Property



Accusoft.FormDirectorSdk Namespace > FormDefinitionFile Class : FullPath Property
The absolute (not relative) filename of the form definition file.
Syntax
'Declaration
 
Public ReadOnly Property FullPath As String
'Usage
 
Dim instance As FormDefinitionFile
Dim value As String
 
value = instance.FullPath
public string FullPath {get;}
public:
property String^ FullPath {
   String^ get();
}
Exceptions
ExceptionDescription
The Filename property is null.
Remarks

This read-only property is similar to the Filename property except that you can use this one to easily find the absolute filename of the form definition file. When you request the value of this property, this object will automatically compose the absolute filename, based on the Filename property and the parent FormSetFile object.

Default value: ""

See Also

Reference

FormDefinitionFile Class
FormDefinitionFile Members
Filename Property

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