Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
ChastePosixPathFixer Class Reference

#include <PosixPathFixer.hpp>

+ Collaboration diagram for ChastePosixPathFixer:

Static Public Member Functions

static std::string ToPosix (const fs::path path)
 

Detailed Description

A helper class to convert native paths into POSIX syntax. Mainly for Windows.

Definition at line 47 of file PosixPathFixer.hpp.

Member Function Documentation

◆ ToPosix()

std::string ChastePosixPathFixer::ToPosix ( const fs::path  path)
static
Parameters
paththe native path to convert
Returns
a POSIX string representation of path

Definition at line 38 of file PosixPathFixer.cpp.

Referenced by Warnings::AddWarning(), FileFinder::PrivateRemove(), and Exception::SetMessage().


The documentation for this class was generated from the following files: