Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Sets the current directory to use.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Shell | 7.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
Parameter | Description | Example |
---|---|---|
ShellRef | The reference number from the shell. | $shell |
Path | The native path to the new directory. | "/Users/cs/Desktop" |
Returns OK or error.
Sets current directory to tmp:
MBS( "Shell.SetCurrentDirectory"; $shell; "/tmp" )
Created 11st November 2017, last changed 16th November 2017
Shell.SetCompletedScript - Shell.SetDataAvailableEvaluate
Feedback: Report problem or ask question.