Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:documentation:devguide:core:files [2016/11/21 07:46] carolina.santos [TerraLib.Core: FileSystem] |
wiki:documentation:devguide:core:files [2016/11/21 07:47] (current) carolina.santos [TerraLib.Core: FileSystem] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== TerraLib.Core: FileSystem ====== | ====== TerraLib.Core: FileSystem ====== | ||
- | The class **te::core::FileSystem** provides support for system paths using UTF-8 strings, performing the encoding conversion using the [[http://www.dpi.inpe.br/terralib5/wiki/doku.php?id=wiki:documentation:devguide:core:char_encoding | te::core::CharEncoding]] class and using the [[http://www.boost.org/doc/libs/1_60_0/libs/filesystem/doc/reference.html | Boost.FileSystem]] functions. | + | The class **te::core::FileSystem** provides support for system paths using UTF-8 strings. |
+ | |||
+ | Performing the encoding conversion using the **[[http://www.dpi.inpe.br/terralib5/wiki/doku.php?id=wiki:documentation:devguide:core:char_encoding | te::core::CharEncoding]]** class and using the [[http://www.boost.org/doc/libs/1_60_0/libs/filesystem/doc/reference.html | Boost.FileSystem]] functions. | ||
===== API ===== | ===== API ===== | ||