File file = new File( "LocalFilePath.txt" );. System.out.println( "1. Absolute file path :\t" +file.getAbsolutePath());. //Convert local path to URL. URL url ...
確定! 回上一頁