MapGuide API Reference
|
virtual STRING MgResourceIdentifier::GetPath | ( | ) | [virtual] |
Extracts the resource's path from the resource identifier.
virtual string GetPath(); |
virtual String GetPath(); |
virtual string GetPath(); |
$resourceID = new MgResourceIdentifier("Library://Geography/World.MapDefinition"); $path = $resourceID->GetPath(); // returns: "Geography"