forked from KolibriOS/kolibrios
git-svn-id: svn://kolibrios.org@6930 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
:char dir_exists(dword fpath)
|
||||
{
|
||||
BDVK fpath_atr;
|
||||
GetFileInfo(fpath, #fpath_atr);
|
||||
if (GetFileInfo(fpath, #fpath_atr) != 0) return false;
|
||||
return fpath_atr.isfolder;
|
||||
}
|
||||
:char file_exists(dword fpath)
|
||||
|
Reference in New Issue
Block a user