B4A.BASE.JOBI.CONFIG-CREATE

Summary

Object type
JOBI
Object 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
-

Description

The include creates a new temporary file for configurations of a b4A module

Parameter

  • :include B4A.BASE.JOBI.CONFIG_CREATE




### Process

    :switch &$PLATFORM#
    :  case "UNIX"
    b4a_config_file=$(mktemp)
    :  case "WINDOWS"
    $b4a_config_file = New-TemporaryFile
    :endswitch