2010年10月1日 星期五

Air File實體檔案路徑

在開發AIR專案,如果需要利用File對使用者端做檔案存取
取得需要的實體檔案路徑,需要透過File的static變數來取得
以下是各變數所對應在Windows下的實體檔案位置

1.File.userDirectory:使用者目錄
C:\Documents and Settings\username

2.File.applicationDirectory:AIR APP執行檔所在路徑
D:\MyAirApp
3.File.applicationStorageDirectory:使用者本機可供該AIR應用程式,儲存資料的路徑
C:\Documents and Settings\username\Application Data\MyAirApp\Local Store

4.File.desktopDirectory:使用者桌面
C:\Documents and Settings\username\桌面

5.File.documentsDirectory:使用者我的文件資料夾
C:\Documents and Settings\username\My Documents

沒有留言: