LocalResource::GetRootPath Method

Gets the full directory path of the local storage resource.

Syntax

public:
utility::string_t GetRootPath()  

Return value

Type: utility::string_t 

The full directory path of the local storage resource.

Remarks

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.

Requirements

Header: Declared in ServiceDefinition.h.

Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).

See also

Reference

LocalResource

LocalResource Members