FileTypesIsASCII Method
Determines if a file is an ASCII file by seeing if it matches
registered extensions for ASCII files
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public static bool IsASCII(
FileInfo file
)
Public Shared Function IsASCII (
file As FileInfo
) As Boolean
public:
static bool IsASCII(
FileInfo^ file
)
static member IsASCII :
file : FileInfo -> bool
- file FileInfo
- handle to file
Booleantrue if ASCII, false otherwise