RhinoAppGetDataDirectory Method (Boolean, Boolean) |
Gets the data directory.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static string GetDataDirectory(
bool localUser,
bool forceDirectoryCreation
)
Public Shared Function GetDataDirectory (
localUser As Boolean,
forceDirectoryCreation As Boolean
) As String
Parameters
- localUser
- Type: SystemBoolean
If set to true local user. - forceDirectoryCreation
- Type: SystemBoolean
If set to true force directory creation.
Return Value
Type:
StringThe data directory.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also