BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
FileSystemUtils.h File Reference
Include dependency graph for FileSystemUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FileSystemUtils
 

Functions

std::string FileSystemUtils::extension (const std::string &path)
 
std::string FileSystemUtils::extensions (const std::string &path)
 
bool FileSystemUtils::createDirectory (const std::string &dir_name)
 
bool FileSystemUtils::createDirectories (const std::string &dir_name)
 
std::vector< std::string > FileSystemUtils::filesInDirectory (const std::string &dir_name)
 
std::string FileSystemUtils::jointPath (const std::string &spath1, const std::string &spath2)
 
std::string FileSystemUtils::filename (const std::string &path)
 
std::string FileSystemUtils::stem (const std::string &path)
 
std::string FileSystemUtils::stem_ext (const std::string &path)
 
std::vector< std::string > FileSystemUtils::glob (const std::string &dir, const std::string &pattern)
 
std::wstring FileSystemUtils::convert_utf8_to_utf16 (const std::string &str)
 
bool FileSystemUtils::IsFileExists (const std::string &str)
 

Detailed Description

Defines namespace FileSystemUtils.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file FileSystemUtils.h.