OpenFile
|
|||||||||||||||||||||||||||||||||||||||||||
概要: |
baOpenFileは関連付けされたプログラムを使ってドキュメントを開きます。 |
||||||||||||||||||||||||||||||||||||||||||
シンタックス: | Result = baOpenFile( FileName , State
) |
||||||||||||||||||||||||||||||||||||||||||
パラメータ: | #string, #string FileName 開きたいファイルの名前。フルパスで指定してください。 State ファイルを開くときのウィンドウの状態。 下記のいずれかとなります。
|
||||||||||||||||||||||||||||||||||||||||||
戻り値: |
#integer
|
||||||||||||||||||||||||||||||||||||||||||
例: | OK = baOpenFile( the pathName & "test.txt"
, "maximised" ) |
||||||||||||||||||||||||||||||||||||||||||
関連項目: | baPrintFile baShell |