Welcome
File.SplitBinaryRandom
File.SplitBinary
File.JoinBinary
File.SplitBinaryRandom ( |
(string) Filename, (string) Folder, (integer) MinSize, (integer) MaxSize, (function) CallbackFunction ) |
Splits any kind of file in different parts.
(string) The path to the file.
(string) The destination for the splitted parts.
(integer) Minimium size of the splitted parts (1024 = 1 KB).
(integer) Maximum size of the splitted parts (1024 = 1 KB).
(function) A function that will be called with progress information.
This action dose not return any value.
File.SplitBinary ( |
(string) Filename, (string) Folder, (integer) Size, (function) CallbackFunction ) |
Splits any kind of file.
(string) The path to the file.
(string) The destination for the splitted parts.
(integer) Definition for the size of the parts (1024 = 1 KB).
(function) A function that will be called with progress information.
This action dose not return any value.
File.JoinBinary ( |
(string) First file, (string) Destination file ) |
Joins splitted files.
(string) The first file.
(string) The destination for the joined file.
This action dose not return any value.
Made with Action Plugin Compiler