Avatar
swift-doc の挙動をしらべてて、
5:47 AM
Swiftではファイルをデフォルトのパーミッションで作る、ということができないような気がしている
5:47 AM
open(2)を指定したmode_tで呼ぶ術がない
5:47 AM
By quickly searching, this is the only API in Swift that can create file with open(2) (via _CFOpenFileWithMode(),) however there are no way to control this permission value. Therefore, in Swift we can’t create file with regular permission using umask. Surprise! 😟
5:47 AM
これほんとかなあ...?