69.3.2. 絶対パス
次の 絶対 ディレクトリーに hello.txt
ファイルの java.io.File
ハンドルがあります: \workspace\camel\camel-core\target\filelanguage\test
。また、絶対開始ディレクトリー \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 |