最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

Sandbox

2023-04-04 01:00 作者:小粉絲8  | 我要投稿

import SwiftUI


/*

?project navigator / Targets / Signing & Capabilities / App Sandbox:

? User Selected File: Read/Write;

? Downloads Folder: Read/Write;

?*/


struct ContentView: View {

? @State private var fileDialogShown: Bool = false

? var body: some View {

? ? HStack {

? ? ? Button("Button1") { fileDialogShown = true }

? ? ? ? .fileImporter(isPresented: $fileDialogShown,

? ? ? ? ? ? ? ? allowedContentTypes: [.plainText])

? ? ? ? { result in

? ? ? ? ? guard let file = try? result.get() else { return }

? ? ? ? ? //Sandbox: User Selected File

? ? ? ? ? hello(file: file.path)

? ? ? ? }

? ? ? Button("Button2") { hello2() }

? ? }.frame(minWidth: 300, minHeight: 300)

? }

??

? func hello2(){

? ? //Sandbox: Downloads Folder, ~/Downloads

? ? let dir = FileManager.default.urls(for: .downloadsDirectory,

? ? ? ? ? ? ? ? ? ? ? ?in: .userDomainMask).first!

? ? let file = dir.appendingPathComponent("hello.txt")

? ? hello(file: file.path)

? }

??

? func hello(file: String){

? ? var fp = fopen(file, "a")

? ? if fp == nil {

? ? ? perror("fopen")

? ? ? return;

? ? }

? ? fputs("hello1\n", fp)

? ? fputs("hello2\n", fp)

? ? fclose(fp)


? ? fp = fopen(file, "r")

? ? var buffer = [CChar](repeating: 0, count: 128)

? ? while fgets(&buffer, Int32(buffer.count), fp) != nil {

? ? ? print(String(cString: buffer), terminator: "")

? ? }

? ? fclose(fp);

? }

}


Sandbox的評論 (共 條)

分享到微博請遵守國家法律
田林县| 平果县| 碌曲县| 五莲县| 新乡市| 玛纳斯县| 东兴市| 潼关县| 买车| 金昌市| 泽库县| 历史| 张家港市| 房产| 昌都县| 白银市| 南澳县| 绵竹市| 赤峰市| 陵水| 东方市| 县级市| 健康| 南丰县| 高碑店市| 商南县| 南漳县| 卓资县| 梁山县| 临汾市| 忻城县| 永嘉县| 井研县| 沙坪坝区| 白城市| 汤阴县| 开阳县| 白河县| 兰州市| 隆安县| 吉林市|