Audacity 3.2.0
PlatformCompatibility.cpp
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 PlatformCompatibility.cpp
6
7 Markus Meyer
8
9*******************************************************************//*******************************************************************/
17
19
20#include <wx/filefn.h>
21#include <wx/filename.h>
22
24{
25 wxFileName fn(shortFileName);
26
27 return fn.GetLongPath();
28}
wxString FilePath
Definition: Project.h:21
static const auto fn
FilePath FILES_API GetLongFileName(const FilePath &shortFileName)