Torque2D Reference
|
#include <win32DirectoryResolver.h>
Public Member Functions | |
Win32DirectoryResolver () | |
We cache the IPersistFile interface pointer. More... | |
virtual | ~Win32DirectoryResolver () |
Destructor. More... | |
bool | isDirectory (LPSTR strPathName) const |
Utility class to resolve a path name and check if it is a directory. If the path points to a short cut it will resolve the real path to the short cut target and check if that is a directory. This allows listing of short cuts to directories in the file dialogs.
We cache the IPersistFile interface pointer.
Constructor
|
virtual |
Destructor.
bool isDirectory | ( | LPSTR | strPathName | ) | const |
Check if a file path points to a directory or if it is a shortcut resolve the short cut path and see if that points to a directory.