FileManager
The FileManager feature simplifies the use of local files with relative paths, ensuring compatibility across different environments (server and client).
Usage
Implement the FileManager in Your Class
In your class, declare the file_path
using the FileManager.get_path
method. This method allows you to specify a relative file path, which will be appropriately adjusted for the running environment.
By following these simple steps, you can efficiently manage local files with FileManager
.
Last updated