Click or drag to resize

DiskUtilitiesGetRootUnityFolderPath Method

Finds the root folder for where this project is stored.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetRootUnityFolderPath()

Return Value

Type: String
The root folder for this project including the end slash.
See Also