檔案的寫入本地以及刪除

2021-07-10 08:12:18 字數 409 閱讀 5221

檔案的寫入本地,刪除,下面一段**簡單的介紹了 檔案的寫入 刪除操作 

// 將str 寫入沙盒

- (void)writetosandbox:(nsstring *)str

nsfilehandle *outfile = [nsfilehandle

filehandleforwritingatpath:filepath];

//找到並定位到outfile的末尾位置(在此後追加檔案)

[outfile seektoendoffile];

[outfile writedata:[str datausingencoding:nsutf8stringencoding]]; //

關閉讀寫檔案

[outfile closefile];

}else

}

日誌寫入本地檔案

public class logtofile 獲得檔案儲存路徑 return private static string getfilepath context context else private static final char verbose v private static final...

批量刪除本地檔案

1 批量查詢 select from t attachment where f attachment id in 2 批量刪除xml delete from t attachment where f attachment id in 3 批量刪除本地檔案 批量刪除本地檔案 param id retu...

件 寫入 沙盒 刪除檔案

把 寫入 沙盒 void photofile 此處的方法是將寫到documents檔案中 如果寫入成功會彈出乙個警告框,提示儲存成功 nsstring strpathold nsbundle mainbundle pathforresource pin oftype png nsdata data ...