| EfficientStorageManagerGetRelativePath Method |
Gets the path of the identifier relative to the root directory.
Namespace: Activsoft.StorageAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string GetRelativePath(
int id
)
Public Function GetRelativePath (
id As Integer
) As String
public:
String^ GetRelativePath(
int id
)
member GetRelativePath :
id : int -> string
Parameters
- id
- Type: SystemInt32
The identifier.
Return Value
Type:
StringThe path relative to the root directory.
See Also