public interface IBridge
Public Interface IBridge
public interface class IBridge
type IBridge = interface end
Connect | ディレクトリツリーを保有するサーバーと接続します。 |
Copy | ファイルをディレクトリツリー内でコピーします。 |
CreateDirectory | ディレクトリを生成します。 |
CreateFile | ファイルを生成します。 |
Delete | ファイルやディレクトリを消去します。 |
Disconnect | ディレクトリツリーを保有するサーバーとの接続を切断します。 |
GetNode | ディレクトリツリー上のファイルやディレクトリを取得します。 |
GetNodes | 指定されたパス直下のファイルやディレクトリだけを列挙します。 |
Move | ファイルをディレクトリツリー内で移動します。 |
Rename | ファイルやディレクトリの名前を変更します。 |
SetArchivingAttribute | ファイルやディレクトリのアーカイブ可能属性を設定します。 |
SetHiddenAttribute | ファイルやディレクトリの秘匿属性を設定します。 |
SetReadOnlyAttribute | ファイルやディレクトリの読み取り専用属性を設定します。 |