'Declaration
Public Overloads Shared Function GetUserNode( _ ByVal path As System.String, _ ByVal filename As System.String, _ ByVal forReading As System.Boolean _ ) As Preferences
'Usage
Dim path As System.String Dim filename As System.String Dim forReading As System.Boolean Dim value As Preferences value = Preferences.GetUserNode(path, filename, forReading)
public static Preferences GetUserNode( System.string path, System.string filename, System.bool forReading )
Parameters
- path
- Represents the path the preferences are stored under. Equivalent to a directory path or a registry key path.
Important Note: The seperator character is slash ('/') NOT backslash ('\'). - filename
- The name of the file that contains the user preferences.
- forReading
- True indicates that you are reading the value