我无法将位图保存到文件

时间:2014-04-17 11:20:03

标签: android delphi firemonkey

此代码可能出错。我可以使用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的文档目录中找不到任何内容。

0 个答案:

没有答案