Click or drag to resize
AbstractDirectoryGetCurrentDirectory Method

Note: This API is now obsolete.

Gets the current working directory of the application.

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

Return Value

Type: String
See Also