ObjectList05 - system/file/folder
目次
system/file/folder
目次 | ページトップ | 前のページ | 次のページ
System object
システムオブジェクトアプリケーションが現在稼働しているシステムの情報を提供します。 ユーザ名やOSバージョンなど。
property
ver. | name | valueType | r/w | |
machineName | string | readOnly | ||
osName | string | readOnly | ||
osVersion | string | readOnly | ||
userName | string | readOnly |
method
- callSystem(string cmdLineToExectute)
- returns outputOfCommand (7.0)
stockPhoto object
(7.0) stockPhoto Object propertymethod
- displayStartPage()
- no return?
- buy()
- no return?
File object
property
property | type | r/w |
absoluteRelativeURI | string | readOnly |
alias | string | readOnly |
created | date | readOnly |
creator | string | readOnly |
encoding | string | read/write |
eof | boolean | readOnly |
error | string | readOnly |
exists | boolean | readOnly |
fs | string | readOnly |
fsName | string | readOnly |
hidden | boolean | readOnly |
isEncodingAvailable | boolean | readOnly |
length | int | readOnly |
linefeed | string | readOnly |
modified | date | readOnly |
name | string | readOnly |
parent | object | readOnly |
path | string | readOnly |
type | string | reaoOnly |
method
close() copy() createAlias() decode() encode() execute() File() getRelativeURI() open() openDialog() openDlg() read() readch() readln() readonly relativeURI remove() rename() resolve() saveDialog() saveDlg() seek() tell() write() writeln()
Folder object
コンストラクタFolder(path)クラスメソッド
Folder.selectDialog("プロンプト"[,初期フォルダ])
selectDialog() は、クラスメソッドでオブジェクトメソッドではない。
AE6.5 にはオブジェクトメソッドは実装されてない。(7.0=CS2 以降) property
property | type | r/w |
absoluteRelativeURI | string | readOnly |
alias | boolean | readOnly |
appData | date | readOnly |
commonFiles | ? | ? |
created | date | readOnly |
current | folder | read/wtite |
error | string | read/write |
exists | boolean | readOnly |
fs | string | readOnly |
fsName | string | readOnly |
isEncodingAvailable | ||
modified | date | readOnly |
myDocuments | folder | readOnly? |
name | string | readOnly |
parent | folder | readOnly |
path | string | readOnly |
relativeURI | string | readOnly |
startup | folder | readOnly? |
system | folder | readOnly |
temp | folder | readOnly? |
trash | folder | readOnly? |
userData | folder | readOnly? |
method
create() decode() encode() execute() getFiles() getRelativeURI() remove() rename() resolve() selectDlg(prompt) オブジェクトメソッド オブジェクトの参照パスを切り換えるわけでなく、オブジェクトの位置を初期位置にしてダイアログを出す。戻り値は Folder/null
目次 | ページトップ | 前のページ | 次のページ
Powered by YukiWiki 2.1.2a / Modified by Nekomataya.