Serial port and GPS

Utils.getCfgFileName Method 

Returns the name of the configuration file for this executable.

[Visual Basic]
Public Shared Function getCfgFileName() As String
[C#]
public static string getCfgFileName();

Return Value

Missing <returns> documentation for M:serial.Utils.getCfgFileName

Remarks

The name of the configuration file is build using the following rules:

Example: for the exe file c:\Program Files\serial\sgps.exe running on a german version of Windows XP the name of the configuration file will be constructed as %UserProfile%\Anwendungsdaten\sgps.cfg, %UserProfile% usually points to c:\Documents and Settings\%USERNAME% on an english and c:\Dokumente and Einstellungen on german desktop versions of MS WIndows.

See Also

Utils Class | serial Namespace