MC-Basic:ENCRYPTFILE

From SoftMC-Wiki
Revision as of 10:32, 20 February 2018 by Itay (talk | contribs) (Created page with "{{Languages}} {{MC-Basic |SHORT FORM= |SYNTAX= ? ENCRYPTFILE (''<"MYFILE.LIB">'') |AVAILABILITY= Since Version 4.14.x |DESCRIPTION= Allow user to encrypt files stores on t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English

Allow user to encrypt files stores on the controller

Syntax

? ENCRYPTFILE (<"MYFILE.LIB">)

Availability

Since Version 4.14.x

Type

Long

Range

0 - encryption passed ok

1 - file is already encrypted

2 - can't open file (file doesn't exist)

3 - can't close file

4 - can't read from file

5 - can't write to file

6 - can't flush file

7 - can't delete file

8 - can't rename file

Scope

Configuration, Task, Terminal

Examples

import_c ENCRYPTFILE(byval as string) as long

program

? ENCRYPTFILE ("MYFILE.LIB")

end program '

See Also