Click or drag to resize
DirectoryGetCurrentDirectory Method

Note: This API is now obsolete.

Gets the current working directory of the application.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public override string GetCurrentDirectory()

Return Value

Type: String
See Also