|
|
@ -142,7 +142,7 @@ class FilesBloc extends InteractiveBloc implements FilesBlocEvents, FilesBlocSta |
|
|
|
() async { |
|
|
|
() async { |
|
|
|
final file = File( |
|
|
|
final file = File( |
|
|
|
p.join( |
|
|
|
p.join( |
|
|
|
await NeonPlatform.instance.userAccessibleAppDataPath, |
|
|
|
await NeonPlatform.instance.userAccessibleAppDataPath ?? '', |
|
|
|
account.humanReadableID, |
|
|
|
account.humanReadableID, |
|
|
|
'files', |
|
|
|
'files', |
|
|
|
path.join(Platform.pathSeparator), |
|
|
|
path.join(Platform.pathSeparator), |
|
|
|