◆ getDataFileLocation()
| static String fiftyone.ipintelligence.examples.shared.DataFileHelper.getDataFileLocation | ( | String | dataFilename | ) | throws Exception |
static
Tries to find the passed file, or if null a default file.
Handles both absolute and relative paths.
- Parameters
-
- dataFilename - a filename to find (can be absolute or relative path)
- Returns
- a full pathname
- Exceptions
-
- Exception - if the file was not found
