Skip to main content

BBC.SHARED.JOBI.TEMPFILE-CREATE

Description

Details

PropertyValue
TypeJOBI
FolderPACKAGES/BEST-BLU/BBC.SHARED/SOURCE/TEMPFILES
TitleCreates a temporary file
Archive Key 1-
Archive Key 2-
CreatedAndreas Büsching am: 2020-09-09 15:28:14
Last ModifiedAndreas Büsching am: 2025-07-04 16:47:19 18 x
Last Used-

Process

:switch &$PLATFORM#
:case "UNIX"
bbcs_temp_file=$(mktemp)
:case "WINDOWS"
$bbcs_temp_file = New-TemporaryFile
:other
:  p "unsupported platform &$PLATFORM#"
:endswitch