Walter.IO
CountPaddingBytes Method
Walter.IO Assembly > Walter.IO Namespace > FileInfoExtensions Class : CountPaddingBytes Method
The file to check for padding.
Determines the number of padding bytes at the end of the file.
Syntax
public static long CountPaddingBytes( 
   FileInfo file
)

Parameters

file
The file to check for padding.

Return Value

The number of padding bytes found at the end of the file. Returns 0 if no padding is found or the file does not exist.
Exceptions
ExceptionDescription
If the file does not exists
If fileis null
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileInfoExtensions Class
FileInfoExtensions Members