#include <string>#include <fstream>#include <cstdlib>#include <iostream>#include <terralib/core/encoding/CharEncoding.h>#include <terralib/core/filesystem/FileSystem.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Definition at line 39 of file examples/core/filesystem/main.cpp.
References te::core::FileSystem::copyFile(), te::core::FileSystem::createDirectory(), te::core::FileSystem::exists(), te::core::FileSystem::extension(), te::core::FileSystem::isDirectory(), te::core::FileSystem::isEmpty(), te::core::FileSystem::isRegularFile(), te::core::FileSystem::listDirectory(), te::core::FileSystem::remove(), te::core::FileSystem::rename(), and te::core::CharEncoding::toUTF8().