String strResource = ((IResource)o).getLocation().makeAbsolute().toFile().getAbsolutePath();
這樣才能獲取到磁盤(pán)路徑
這樣才能獲取到磁盤(pán)路徑
String strResource = ((IResource)o).getLocation().makeAbsolute().toFile().getAbsolutePath();
這樣才能獲取到磁盤(pán)路徑
|