Method: OpenFile for DataPlugin
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Methods > Method: OpenFile for DataPlugin
Method: OpenFile for DataPlugin
Opens a file.
Set oFile = Object.OpenFile(FileName)
| Object | DataPlugin Object with this method |
| FileName | String Specifies the name of the file to be opened, including the folder and the filename extension. |
| oFile | File Returned object |
The following example opens a file:
Dim oMyFile : Set oMyFile = OpenFile("c:\test.txt")