MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / absolutePath

Method absolutePath

src/openms/source/SYSTEM/File.cpp:323–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 String File::absolutePath(const String& file)
324 {
325 QFileInfo fi(file.toQString());
326 return fi.absoluteFilePath();
327 }
328
329 String File::basename(const String& file)
330 { // using well-defined overflow of unsigned ints here if path separator is not found

Callers 13

setOutDirMethod · 0.80
TOPPASBaseMethod · 0.80
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
main_Method · 0.80
findSpectraFileFunction · 0.80

Calls 1

toQStringMethod · 0.45

Tested by

no test coverage detected