Create a new dataref the file with the specified path. If the file cannot be opened, this returns null.
(String path)
| 62 | * If the file cannot be opened, this returns null. |
| 63 | */ |
| 64 | public static Data makeFromFileName(String path) { |
| 65 | Stats.onNativeCall(); |
| 66 | return new Data(_nMakeFromFileName(path)); |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Create a new dataref using a subset of the data in the specified |