Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Python.SetProgramName
Sets the program name.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Python | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Python.SetProgramName"; Name ) More
Parameters
Parameter | Description | Example |
---|---|---|
Name | The new program name. | "MyApp" |
Result
Returns OK or error.
Description
Sets the program name.Can be set before initializing Python, otherwise the default will be "python".
This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.
For Server be aware that server has limited permissions and may not be able to access all files on a computer.
See also
Blog Entries
This function is free to use.
Created 12nd June 2024, last changed 12nd June 2024