mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 09:31:13 +01:00
Move default temporary directory from AudacityApp.h to FileNames
This commit is contained in:
@@ -36,6 +36,10 @@ public:
|
||||
static wxString MkDir(const wxString &Str);
|
||||
static wxString TempDir();
|
||||
|
||||
static const FilePath &DefaultTempDir();
|
||||
static void SetDefaultTempDir( const FilePath &tempDir );
|
||||
static bool IsTempDirectoryNameOK( const FilePath & Name );
|
||||
|
||||
// originally an ExportMultiple method. Append suffix if newName appears in otherNames.
|
||||
static void MakeNameUnique(
|
||||
FilePaths &otherNames, wxFileName &newName);
|
||||
|
||||
Reference in New Issue
Block a user