此代码可能出错。我可以使用embarcadero.delphi.firemonkey
保存文件 if FileExists(System.IOUtils.TPath.Combine
(System.IOUtils.TPath.GetDocumentsPath,
'MYIMG' +FormatDateTime('YYMMDD-HHMMSS', Now) + '.bmp')) then
ShowMessage('Existed')
else
Image1.Bitmap.SaveToFile(System.IOUtils.TPath.Combine(
System.IOUtils.TPath.GetDocumentsPath,
'MYIMG' + FormatDateTime('YYMMDD-HHMMSS', Now) +'.bmp'));
运行此行代码后,在android OS的文档目录中找不到任何内容。