Class TDivideAndGatherFile
Unit
uDivideAndGatherFile
Declaration
type TDivideAndGatherFile = class(TDataModule)
Description
Hierarchy
- TDataModule
- TDivideAndGatherFile
Overview
Methods
Description
Methods
 |
procedure DivideFileInChunks(AFilepath:string; AChunkSize:Int64; ADirForChunks:string); |
dividing file in Chunks Filepath - path to the file ChunkSize - size of the chunk DirForChunks - dir where chunks will be kept
|
Generated by PasDoc 0.14.0.
|