FileSettingsGetDataFolder Method |
Gets the data folder for machine or current user.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static string GetDataFolder(
bool currentUser
)
Public Shared Function GetDataFolder (
currentUser As Boolean
) As String
Parameters
- currentUser
- Type: SystemBoolean
true if the query relates to the current user.
Return Value
Type:
StringA directory to user or machine data.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also