Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
FileTools[TemporaryFilename] - return a filename that may be used for a temporary file
Calling Sequence
TemporaryFilename(prefix)
Parameters
prefix
-
(optional) string prefix for the temporary name
Description
The TemporaryFilename() command returns a string that can be used as the name of a temporary file. At the time of the call to TemporaryFilename no such file exists on the file system. This filename is of the form , where each is replaced with a random character.
The TemporaryFilename(prefix) command returns a string of the form where each is replaced with a random character.
The filename returned TemporaryFilename() does not exist at the time of the call to TemporaryFilename. However, it is possible that another process may create it between the call to TemporaryFilename and when the file is actually opened.
If no temporary file can be created, an exception is raised.
Examples
See Also
file_types, FileTools, FileTools[Binary][Close], FileTools[Binary][OpenTemporaryFile], FileTools[TemporaryDirectory], FileTools[Text][Close], FileTools[Text][OpenTemporaryFile], IO_errors
Download Help Document