Method EnsureFolderTreeInAssetFilePath
EnsureFolderTreeInAssetFilePath(string)
Create any missing folder in the file path given. Path must use '/' separator
Declaration
public static void EnsureFolderTreeInAssetFilePath(string filePath)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | filePath | Path to a file or to a folder (ending with '/') to ensure existance of each sub folder in it.  |