獲得檔案基本路徑

2021-05-03 21:30:50 字數 392 閱讀 5757

private string path;

public string getbasepath()

} catch (ioexception e)

return path;

}public void setpath(string path)

public void run(string branch, string filename, hashmap parameters,

string companyname, int years, int months, string reportname,

string reportformat) throws engineexception

} catch (exception e)

}

獲得檔案路徑

1 獲得絕對路徑 eg.c yuanzhenhai littlesea.txt 2 當前相對路徑 eg.littlesea.txt 3 獲得目錄上一層的相對路徑 假如已經知道當前路徑是.littlesea.txt 得到它的上一層路徑yuanzhenhai中的xiaohai.txt路徑的方法是 eg....

瀏覽獲得資料夾路徑

char szdir max path browseinfo bi memset bi,0,sizeof bi bi.hwndowner this m hwnd bi.pidlroot null bi.ulflags bif returnonlyfsdirs 瀏覽獲得資料夾 bif browsein...

request獲得路徑

從request獲取各種路徑總結 request.getrealpath url 虛擬目錄對映為實際目錄 request.getrealpath 網頁所在的目錄 request.getrealpath 網頁所在目錄的上一層目錄 request.getcontextpath 應用的web目錄的名稱 如...