FilesGetBlocksCount(String, Int32) Method
Gets the number of blocks based on the length of a file and the size of each block.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static int GetBlocksCount(
string path,
int blockLength
)
Public Shared Function GetBlocksCount (
path As String,
blockLength As Integer
) As Integer
- path String
- File path.
- blockLength Int32
- Length of each block
Int32Int32 with the number of blocks based on the length of a file and the size of each block.