| EfficientStorageManagerGetPath Method |
Gets the full path of this identifier.
Namespace: Activsoft.StorageAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string GetPath(
int id
)
Public Function GetPath (
id As Integer
) As String
public:
String^ GetPath(
int id
)
member GetPath :
id : int -> string
Parameters
- id
- Type: SystemInt32
The identifier.
Return Value
Type:
StringThe full path of the file.
See Also