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
LibraryTools[WriteMode] - display or modify read-write mode of a library
Calling Sequence
WriteMode( archive, mode )
Parameters
archive
-
string; Maple library or directory containing Maple libraries
mode
(optional) "READONLY" or "WRITABLE"; read-write mode of the library
Description
The WriteMode( archive, mode) calling sequence displays or modifies read-write mode of a library specified in archive. For more details on library read-write mode, see march.
If archive is a directory, the read-write modes of all the libraries in that directory are displayed. Otherwise, if archive is a file that is a Maple library (has the extension .lib or .mla), only the read-write mode of that library is displayed. An error is raised if the path specified by archive does not exist.
The optional mode specifies the new read-write mode to be assigned to the library and the new mode is displayed. When mode is not given, the read-write mode of the library is displayed but remains unchanged.
Examples
See Also
LibraryTools, LibraryTools[Create], LibraryTools[Priority], LibraryTools[Timestamp], march
Download Help Document