Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 1521 of file path.c.
Referenced by COMDLG32_GetCanonicalPath(), msi_apply_transforms(), msi_dialog_verify_path(), MSI_OpenProductW(), OpenColorProfileW(), parse_file_list(), PathCombineW(), SHCreateDirectoryExW(), and SHGetFileInfoW().
{ TRACE("(%s)\n",debugstr_w(lpszPath)); if (!lpszPath || !*lpszPath) return TRUE; if (*lpszPath == '\\' || (*lpszPath && lpszPath[1] == ':')) return FALSE; return TRUE; }