edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FileTypesIsASCII Method

Determines if a file is an ASCII file by seeing if it matches registered extensions for ASCII files

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public static bool IsASCII(
	FileInfo file
)

Parameters

file  FileInfo
handle to file

Return Value

Boolean
true if ASCII, false otherwise

See Also