Format: AllC/C++CSSTextshell script Advanced Search
416: if (S_ISDIR(st.st_mode)) strcat(path, "/"); 417: else if (! S_ISREG(st.st_mode)) strcat(path, "#"); 418: