Applies To
All
Purpose
Returns or sets the DIO file name to be saved as when calling the Save or Close methods.
Syntax
Object.FileName [ = sFileName]
Or
[sFileName = ] Object.FileName
The FileName property syntax has the following parts:
Name |
Type |
Description |
Object |
DioFile |
DioFile object |
FileName |
String |
The file name to be saved as.. |
See Also