共用方式為


IDirectoryInfo Interface

Definition

Interface IDirectoryInfo Implements the INamedObjectInfo

public interface IDirectoryInfo : Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.INamedObjectInfo
type IDirectoryInfo = interface
    interface INamedObjectInfo
Public Interface IDirectoryInfo
Implements INamedObjectInfo
Implements

Properties

FullName

Gets the full name.

(Inherited from INamedObjectInfo)
Name

Gets the name.

(Inherited from INamedObjectInfo)

Methods

EnumerateDirectories()

Enumerates the directories.

EnumerateFiles()

Enumerates the files.

Exists()

Existses this instance.

Applies to

See also