101.3.2. 絶対パス
\workspace\camel\camel-core\target\filelanguage\test
のよう に、hello.txt
ファイルの java.io.File
が処理しています。また、エンドポイントの絶対起動ディレクトリー \workspace\camel\camel-core\target\filelanguage
を使用するようにエンドポイントを設定します。ファイルトークンは以下のように返されます。
式 | 戻り値 |
---|---|
file:name | test\hello.txt |
file:name.ext | txt |
file:name.noext | test\hello |
file:onlyname | hello.txt |
file:onlyname.noext | hello |
file:ext | txt |
file:parent | \workspace\camel\camel-core\target\filelanguage\test |
file:path | \workspace\camel\camel-core\target\filelanguage\test\hello.txt |
file:absolute | true |
file:absolute.path | \workspace\camel\camel-core\target\filelanguage\test\hello.txt |