Zum Hauptinhalt springen

BBC.SHARED.JOBI.TEMPFILE-DELETE

Description

Details

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

Process

:switch &$PLATFORM#
:case "UNIX"
rm -f $bbcs_temp_file
:case "WINDOWS"
Remove-Item $bbcs_temp_file
:endswitch