Qt Utilities  5.10.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Functions
DesktopUtils Namespace Reference

Functions

bool QT_UTILITIES_EXPORT openLocalFileOrDir (const QString &path)
 Shows the specified file or directory using the default file browser. More...
 

Function Documentation

◆ openLocalFileOrDir()

bool DesktopUtils::openLocalFileOrDir ( const QString &  path)

Shows the specified file or directory using the default file browser.

Remarks
path musn't be specified as URL. (Conversion to URL is the purpose of this function).

Definition at line 13 of file desktoputils.cpp.