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
currentdir - queries and/or sets the current working directory
Calling Sequence
currentdir()
currentdir(dirName)
Parameters
dirName
-
the name of the directory to change to
Description
If called with no arguments, currentdir returns the current working directory as a Maple string.
If called with one argument, which must be a Maple string or symbol, currentdir sets the current working directory to the specified directory. The currentdir command returns the previous working directory as a Maple string.
The set of characters that are permitted in directory names is system dependent. Likewise, the character used to separate the components of a directory is system dependent. If the backslash character is to appear in the string, it must be doubled up, since Maple strings use the backslash character as an escape character.
If the specified directory does not exist, or cannot be accessed for some other reason, currentdir will generate an error.
The kernelopts(homedir) command determines the path to the current home directory.
Changing the current directory does not affect library paths that were specified in a relative way on the Maple command line; all such library paths become fully qualified (ie. absolute) when Maple starts. However, library paths specified subsequently (that is, by assignment to libname) may become invalid if they were relative, and the current directory is later changed.
The current directory is not affected by the restart command.
Current Directory Indicator in Standard Interface
In the Maple Standard interface, the current directory is indicated in the status bar at the bottom of the Maple window.
This indicator is a live control. To set a new current working directory interactively through the Maple Standard interface:
Click the current directory indicator on the status bar.
Navigate to the desired new directory.
For more information on the status bar, see Status Bar.
Examples
See Also
getenv, kernelopts, libname, mkdir, restart, rmdir, worksheet/reference/statusline
Download Help Document