Class

FileWrapper

A representation of a node (a file, directory, or symbolic link) in the file system. ファイルシステムの中のあるノード(あるファイル、ディレクトリ、またはシンボリックリンク)の表現。

Declaration 宣言

class FileWrapper : NSObject

Overview 概要

The FileWrapper class provides access to the attributes and contents of file system nodes. A file system node is a file, directory, or symbolic link. Instances of this class are known as file wrappers. FileWrapperクラスは、ファイルシステムノードの属性と内容へのアクセスを提供します。ファイルシステムノードは、ファイル、ディレクトリ、またはシンボリックリンクです。このクラスのインスタンスは、ファイルラッパーとして知られます。

File wrappers represent a file system node as an object that can be displayed as an image (and possibly edited in place), saved to the file system, or transmitted to another application. ファイルラッパーは、ファイルシステムノードを、画像として表示(そしておそらくは場に合わせて手直し)されること、ファイルシステムに保存されること、または別のアプリケーションに伝えられることが可能なオブジェクトとして表します。

There are three types of file wrappers: 3つの方のファイルラッパーがあります:

  • Regular-file file wrapper: Represents a regular file. 通常ファイルファイルラッパー: 通常のファイルを表します。

  • Directory file wrapper: Represents a directory. ディレクトリファイルラッパー: ディレクトリを表します。

  • Symbolic-link file wrapper: Represents a symbolic link. シンボリックリンクファイルラッパー: シンボリックリンクを表します。

A file wrapper has these attributes: ファイルラッパーは、これらの属性を持ちます:

  • Filename. Name of the file system node the file wrapper represents. ファイル名。 ファイルラッパーが表すファイルシステムノードの名前。

  • file-system attributes. See FileManager for information on the contents of the attributes dictionary. ファイルシステム属性。 FileManagerattributes辞書の内容に関する情報として見てください。

  • Regular-file contents. Applicable only to regular-file file wrappers. 通常ファイル内容。 通常ファイルファイルラッパーに対してのみ適用可能です。

  • File wrappers. Applicable only to directory file wrappers. ファイルラッパー。 ディレクトリファイルラッパーに対してのみ適用可能です。

  • Destination node. Applicable only to symbolic-link file wrappers. 行き先ノード。 シンボリックリンクファイルラッパーに対してのみ適用可能です。

Topics 話題

Creating File Wrappers ファイルラッパーを作成する

This class has several designated initializers. このクラスは、いくつかの指定イニシャライザを持ちます。

Querying File Wrappers ファイルラッパーに問い合わせる

Accessing File-Wrapper Information ファイルラッパー情報にアクセスする

Updating File Wrappers ファイルラッパーを更新する

Serializing シリアライズ

Accessing Files ファイルにアクセスする

Writing Files ファイル書き出し

Working with Icons アイコンを扱う

Constants 定数

Initializers イニシャライザ

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Managed File Access ファイルアクセスを管理する