@@ -1815,6 +1815,7 @@ char *FiosBrowseTo(const FiosItem *item)
case FIOS_TYPE_PARENT:
s = strrchr(path, '\\');
if (s != NULL) *s = '\0';
if (path[2] == '\0' ) strcat(path, "\\");
break;
case FIOS_TYPE_DIR:
The note is not visible to the blocked user.