IERemoveDirectory function

Calls the standard RemoveDirectory function from a higher-integrity user context. Deletes an existing empty directory.

Syntax

BOOL IERemoveDirectory(
  _In_ LPCWSTR lpPathName
);

Parameters

  • lpPathName [in]
    The name of the directory to be deleted.

Return value

Returns TRUE if successful, FALSE otherwise.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Product

Internet Explorer 8

Header

Iepmapi.h

Library

Iepmapi.lib

DLL

Ieframe.dll

See also

RemoveDirectory