BBC.SHARED.JOBI.TEMPFILE-END

Summary

Object type
JOBI
Object Folder
PACKAGES/BEST-BLU/BBC.SHARED/SOURCE/TEMPFILES
Title
Marks the end of the content for a temporary file
Archive Key 1
-
Archive Key 2
-
Created
WRITER/B4A am: 2022-03-24 08:00:42
Last Modified
WRITER/B4A am: 2022-07-01 19:11:52 11 x
Last Used
-

Description

This include ends the content a temporary file. All lines before the include until the include BBC.SHARED.JOBI.TEMPFILE_START define the content.

Requirements

  • Unix: bash
  • Windows: Powershell 7.0

Parameter

Input

Output

:include BBC.SHARED.JOBI.TEMPFILE-START
This is
the content
of the
temporary file
:include BBC.SHARED.JOBI.TEMPFILE-END

Process

:switch &$PLATFORM#
:  case "UNIX"
EOF
:  case "WINDOWS"
'@ | Set-Content $bbcs_temp_file.fullName
:endswitch