Example #1
0
 static int lastPathChar(Entry e)
 {
     return e.getMode() == FileMode.Tree ? (byte)'/' : (byte)'\0';
 }