revise
Fileable is file utilities for Swift. It enables to mange files or directories efficiently and easily.
You can install this library via Cocoapods just putting text described below to Podfile.
Podfile
pod 'Fileable'
You can use this library with Carthage by simply putting this text to Cartfile.
Cartfile
github "shotastage/Fileable"
static var pwd: String
static var home: String
var ls: [String]?
var isFile: Bool
var isDir: Bool
var ext: String
static func cd(path: String) throws
cd
static func mkdir(path: String) throws
func rm(target: String) throws
func mv(to toPath: String) throws
func touch(at: String) throws
Fileable is licensed under the MIT. You can use this library free of charge. Please include copyright notie in your program. See LICENSE for detail.
MIT
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Fileable is file utilities for Swift. It enables to mange files or directories efficiently and easily.
Installation
CocoaPods
You can install this library via Cocoapods just putting text described below to
Podfile
.Carthage
You can use this library with Carthage by simply putting this text to
Cartfile
.⌘ APIs
static var pwd: String
static var home: String
var ls: [String]?
var isFile: Bool
var isDir: Bool
var ext: String
static func cd(path: String) throws
cd
command.static func mkdir(path: String) throws
func rm(target: String) throws
func mv(to toPath: String) throws
func touch(at: String) throws
License
Fileable is licensed under the
MIT
. You can use this library free of charge. Please include copyright notie in your program. See LICENSE for detail.