B4A.BASE.JOBI.CONFIG-CREATE
Description
Details
Property | Value |
---|---|
Type | JOBI |
Folder | PACKAGES/BEST4AUTOMIC/B4A.BASE/SOURCE/CONFIGURATION |
Title | Create module configuration VARA |
Archive Key 1 | - |
Archive Key 2 | - |
Created | WRITER/B4A am: 2019-10-18 10:35:00 |
Last Modified | Timon Schnakenberg am: 2022-02-16 15:00:43 25 x |
Last Used | - |
Process
:switch &$PLATFORM#
: case "UNIX"
b4a_config_file=$(mktemp)
: case "WINDOWS"
$b4a_config_file = New-TemporaryFile
:endswitch