Swift
xxxxxxxxxx
let fileName = "myFileName.txt"
var filePath = ""
let dirs : [String] = NSSearchPathForDirectoriesInDomains(FileManager.SearchPathDirectory.documentDirectory, FileManager.SearchPathDomainMask.allDomainsMask, true)
if dirs.count > 0 {
let dir = dirs[0] //documents directory
filePath = dir.appending("/" + fileName)
print("Local path = \(filePath)")
} else {
print("Could not find local directory to store file")
return
}
do {
let contentFromFile = try NSString(contentsOfFile: filePath, encoding: String.Encoding.utf8.rawValue)
print(contentFromFile)
}
catch let error as NSError {
print("An error took place: \(error)")
}
Linux - كيفية تثبيت anc-api-tools
Linux - كيفية تثبيت curvedns
Python - تحقق مما إذا كان الرقم موجبًا أم سالبًا أم 0
Linux - كيفية تثبيت zenmap
C - عد عدد الأرقام في عدد صحيح
JavaScript - تحقق مما إذا كانت السلسلة تبدأ وتنتهي بأحرف معينة
C++ - تحقق مما إذا كان الرقم أوليًا أم لا
C - ابحث عن أكبر رقم باستخدام تخصيص الذاكرة الديناميكي
Kotlin - تقريب رقم إلى n منازل عشرية
C++ - تحقق من السنة الكبيسة
Kotlin - عكس رقم
Java - عكس رقم
Kotlin - أوجد عاملي العدد
Linux - كيفية تثبيت xbitmaps
Linux - كيفية تثبيت zstd
Linux - كيفية تثبيت zfs-test
Java - إنشاء الهرم والنمط
Python - كتابة ملفات إكسل (XLSX)
We have been online since 2021 and 1 millions of people around the globe have visited our website since then
More visitors every month