LibraryTools[ShowContents] - ライブラリのコンテンツ一覧
使い方
ShowContents( directory )
パラメータ
directory - (オプション) 文字列; Maple ライブラリを検索するディレクトリ
|
説明
|
|
•
|
ShowContents(directory) コマンドは、指定したディレクトリ内のライブラリのコンテンツを含む rtable を返します。
|
•
|
指定したdirectory にライブラリが存在しない場合、エラーが発せられます。
|
|
|
例
|
|
>
|
with(LibraryTools):
ShowContents("/home/maple/lib/myLib.lib");
|
|
|
Download Help Document
Was this information helpful?