Save Method (DioFile)

Applies To

All

Purpose

Saves the current DIO file object to a file.

Syntax

Object.Save

 

The Save method syntax has the following parts:

Name

Type

Description

Object

DioFile

DioFile object

Comments

This method will only work if a valid file name was given to the DIO file by either opening existing file or calling FileName property prior to Save.

 

See Also

Open, SaveAs, FileName