ComponentSpace FTP Class Library Reference

DirectoryListParser.IsMSDOSDirectoryList Method 

Indicate whether the directory list lines are MS-DOS format.

[Visual Basic]
Public Shared Function IsMSDOSDirectoryList( _
   ByVal listLine As String _
) As Boolean
[C#]
public static bool IsMSDOSDirectoryList(
   string listLine
);

Return Value

true if MS-DOS directory line;false otherwise.

See Also

DirectoryListParser Class | ComponentSpace.Ftp Namespace | IsUnixDirectoryList | ParseMSDOSDirectoryListItem