class func readingIntent (with: URL, options: NSFileCoordinator.ReadingOptions) -> Self
Returns a file access intent object for reading the given URL with the provided options.
この与えられたURLをこの提供されたオプションで読み出すためのファイルアクセスインテントオブジェクトを返します。
class func writingIntent (with: URL, options: NSFileCoordinator.WritingOptions) -> Self
Returns a file access intent object for writing to the given URL with the provided options.
この与えられたURLにこの提供されたオプションで書き出すためのファイルアクセスインテントオブジェクトを返します。