Class to manipulate file name's.
More...
#include <gdcmFilename.h>
|
static const char * | Join (const char *path, const char *filename) |
|
Class to manipulate file name's.
- Note
- OS independant representation of a filename (to query path, name and extension from a filename)
- Examples:
- ClinicalTrialIdentificationWorkflow.cs.
gdcm::Filename::Filename |
( |
const char * |
filename = "" | ) |
|
|
inline |
bool gdcm::Filename::EndWith |
( |
const char |
ending[] | ) |
const |
Does the filename ends with a particular string ?
const char* gdcm::Filename::GetExtension |
( |
| ) |
|
return only the extension part of a filename
const char* gdcm::Filename::GetFileName |
( |
| ) |
const |
|
inline |
Return the full filename.
const char* gdcm::Filename::GetName |
( |
| ) |
|
return only the name part of a filename
const char* gdcm::Filename::GetPath |
( |
| ) |
|
Return only the path component of a filename.
bool gdcm::Filename::IsEmpty |
( |
| ) |
const |
|
inline |
return whether the filename is empty
bool gdcm::Filename::IsIdentical |
( |
Filename const & |
fn | ) |
const |
static const char* gdcm::Filename::Join |
( |
const char * |
path, |
|
|
const char * |
filename |
|
) |
| |
|
static |
Join two paths NOT THREAD SAFE
gdcm::Filename::operator const char * |
( |
| ) |
const |
|
inline |
Simple operator to allow Filename myfilename( "..." ); const char * s = myfilename;
const char* gdcm::Filename::ToUnixSlashes |
( |
| ) |
|
Convert backslash (windows style) to UNIX style slash.
const char* gdcm::Filename::ToWindowsSlashes |
( |
| ) |
|
Convert foward slash (UNIX style) to windows style slash.
The documentation for this class was generated from the following file: