Method DefaultContentFileNameFunc
DefaultContentFileNameFunc(string)
Functor that transforms a file id into the internal mounted path.
Declaration
[ExcludeFromBurstCompatTesting("References managed objects")]
public static string DefaultContentFileNameFunc(string fileId)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | fileId | The file id.  | 
    
Returns
| Type | Description | 
|---|---|
| string | The internal mount path for the file. This is implemented as $"ns:/{k_NameSpaceString}/{ArchivePrefix}/{fileId}"  |