Gets the full directory path of the local storage resource.
public:
utility::string_t GetRootPath()
Type: utility::string_tÂ
The full directory path of the local storage resource.
If your service is running in the Windows Azure Compute Emulator, the local storage resource is defined within the local file system of your development computer. When your hosted service is deployed to Windows Azure, the path to the local storage resource includes the deployment ID.
Local storage resources are defined in the ServiceDefinition.csdef file.
Header: Declared in ServiceDefinition.h.
Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).