BBC.SHARED.JOBI.TEMPFILE-PRINT
Description
Details
Property | Value |
---|---|
Type | JOBI |
Folder | PACKAGES/BEST-BLU/BBC.SHARED/SOURCE/TEMPFILES |
Title | Print content of temporary file |
Archive Key 1 | - |
Archive Key 2 | - |
Created | Andreas Büsching am: 2020-09-09 15:28:50 |
Last Modified | Andreas Büsching am: 2025-07-04 16:47:45 17 x |
Last Used | - |
Process
:switch &$PLATFORM#
: case "UNIX"
cat $bbcs_temp_file
: case "WINDOWS"
Get-Content $bbcs_temp_file
:endswitch