DIAdem Help

Method: OpenFile for DataPlugin

  • Updated2024-09-12
  • 1 minute(s) read

Method: OpenFile for DataPlugin

Opens a file.

Set oFile = Object.OpenFile(FileName)
ObjectDataPlugin
Object with this method
FileNameString
Specifies the name of the file to be opened, including the folder and the filename extension.
oFileFile
Returned object

The following example opens a file:

Dim oMyFile : Set oMyFile = OpenFile("c:\test.txt")

Log in to get a better experience