1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-24 17:41:13 +01:00

Bug 2576 - FAT formatted disks can readily run out of space with multiple edits - wrong error message can be displayed

This commit is contained in:
Leland Lucius
2021-01-05 01:32:03 -06:00
parent 8e333e1fae
commit 50f3321154
5 changed files with 111 additions and 0 deletions

View File

@@ -213,6 +213,7 @@ namespace FileNames
AUDACITY_DLL_API
bool IsOnFATFileSystem(const FilePath &path);
bool FATFilesystemDenied(const FilePath &path, wxFrame *window = nullptr);
AUDACITY_DLL_API
//! Give enough of the path to identify the device. (On Windows, drive letter plus ':')