= UnmountDirectory = Unmount the specified directory path {{{ bool UnmountDirectory(const char* path); bool UnmountDirectory(string& path); }}} == Parameters == * path - == Return Value == * Returns true if successful == Remarks == == Examples == {{{ }}} == See Also ==