コード例 #1
0
 public String toString() {
   String path = myVFile.getContentPath();
   return path == null ? myVFile.getFullPath() : path;
 }