M_Rhino_RhinoApp_GetDataDirectory_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the data directory.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static string GetDataDirectory(
bool localUser,
bool forceDirectoryCreation,
string subDirectory
)
VB
Public Shared Function GetDataDirectory (
localUser As Boolean,
forceDirectoryCreation As Boolean,
subDirectory As String
) As String
- localUser
- Type: System.Boolean
If set totrue
local user. - forceDirectoryCreation
- Type: System.Boolean
If set totrue
force directory creation. - subDirectory
- Type: System.String
Sub directory, will get appended to the end of the data directory. if forceDirectoryCreation is true then this directory will get created and writable.
Type: String
The data directory.
Supported in: 5D58w