FileStream: Name (get)

Name

Returns the name of the underlying stream.



 Public Property Get Name ( ) As String

Return Values

String -  If the stream is a file, then the file name is returned, otherwise the name is unknown.

Remarks

Read Only.

See Also

Project VBCorLib Overview Class FileStream Overview FileStream Properties FileStream Methods LockStream Position (get)