The isDataSourceLoaded method checks whether a specific file has already been loaded or opened.
boolean isDataSourceLoaded(String sourcePath)
Parameter |
Type |
Description |
---|---|---|
sourcePath |
string |
The path and filename of the file to check. |
A boolean indicator of whether the specified file has already been loaded or opened.
None.