FileName Property (Read/Write)

Top  Previous  Next

Sets or gets the file name for a profile. This file will be used to save a profile or to load an existing one.

 

VB.NET Syntax

 

Profiles.FileName [= String]

 

C# Syntax

 

Profiles.FileName [= string];

 

 

Remarks

 

Internally a profile file is divided in sections (keys). You can use only one file for all kind of profiles you want to save, for example: connections, keyboard maps, macros, screen styles and hotspots, or one file for each kind of profile.

 

Sections can be accessed through Key property.

 

See Also Key property.