You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param path The file path. It must be one that the app can access. See the [wiki](https://github.com/MarkEdit-app/MarkEdit/wiki/Customization#grant-folder-access) for more details.
137
+
* @returns True if the file was successfully opened.
138
+
*/
139
+
openFile(path: string): Promise<boolean>;
140
+
134
141
/**
135
142
* Create a file in the file system.
136
143
* @param options The options, including path and content.
0 commit comments