Audacity
3.2.0
libraries
lib-files
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
18
#include "
PlatformCompatibility.h
"
19
20
#include <wx/filefn.h>
21
#include <wx/filename.h>
22
23
FilePath
PlatformCompatibility::GetLongFileName
(
const
FilePath
& shortFileName)
24
{
25
wxFileName
fn
(shortFileName);
26
27
return
fn
.GetLongPath();
28
}
PlatformCompatibility.h
FilePath
wxString FilePath
Definition:
Project.h:21
fn
static const auto fn
Definition:
WaveformView.cpp:1109
PlatformCompatibility::GetLongFileName
FilePath FILES_API GetLongFileName(const FilePath &shortFileName)
Generated by
1.9.3