Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 189 of file entries.cpp.
Referenced by compareType().
{ if (name[0] == '.') { if (name[1] == '\0') return TO_DOT; // "." if (name[1]=='.' && name[2]=='\0') return TO_DOTDOT; // ".." } return TO_OTHER_DIR; // any other directory }