Next Topic

Previous Topic

Book Contents

RmDir

bool RmDir(string sPath)

Return value

Returns true if the operation was successful or false if otherwise.

Parameters

  • sPath - Path to directory to delete.

Remarks

This function can only delete empty directories.