File Help File


Table of Contents

File.SplitBinaryRandom
File.SplitBinary
File.JoinBinary

File.SplitBinaryRandom


File.SplitBinaryRandom ( 

(string) Filename,

(string) Folder,

(integer) MinSize,

(integer) MaxSize,

(function) CallbackFunction )

Description

Splits any kind of file in different parts.

Parameters

Filename

(string) The path to the file.

Folder

(string) The destination for the splitted parts.

MinSize

(integer) Minimium size of the splitted parts (1024 = 1 KB).

MaxSize

(integer) Maximum size of the splitted parts (1024 = 1 KB).

CallbackFunction

(function) A function that will be called with progress information.


Return

This action dose not return any value.



File.SplitBinary


File.SplitBinary ( 

(string) Filename,

(string) Folder,

(integer) Size,

(function) CallbackFunction )

Description

Splits any kind of file.

Parameters

Filename

(string) The path to the file.

Folder

(string) The destination for the splitted parts.

Size

(integer) Definition for the size of the parts (1024 = 1 KB).

CallbackFunction

(function) A function that will be called with progress information.


Return

This action dose not return any value.



File.JoinBinary


File.JoinBinary ( 

(string) First file,

(string) Destination file )

Description

Joins splitted files.

Parameters

First file

(string) The first file.

Destination file

(string) The destination for the joined file.


Return

This action dose not return any value.



Made with Action Plugin Compiler