다음을 통해 공유


IFsrmFileScreen.Path Property

 

Retrieves the directory path associated with the file screen object.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string Path { get; }
property String^ Path {
    String^ get();
}
abstract Path : string with get
ReadOnly Property Path As String

Property Value

Type: System.String

A String containing the directory path. The path is set when you call the CreateFileScreen method to create the file screen.

Remarks

Note that the file screen remains associated with the directory if the directory is renamed. If the directory is deleted, so is the file screen.

For an example, see Updating a File Screen.

See Also

IFsrmFileScreen Interface
Microsoft.Storage Namespace

Return to top