SaveDataFile
SaveDataFile method saves the profile data to a data file.
Syntax
object. SaveDataFile ( FileName )
Parameter |
Type |
Required/ Optional |
Default |
Description |
FileName |
String |
Required |
This provides the path and file name, including the extension. |
Example
This example saves the profile data to a file named Profile.dat.
Profile.SaveDataFile (FileName:="C:\Temp\Profile.dat")
Used by: Profile Object