◆ build()
| FileWrapper fiftyone.common.wrappers.io.FileWrapperFactory.build | ( | String | path | ) |
Return a new FileWrapper instance using the file located at the specified path.
- Parameters
-
- path - path to the data file
- Returns
- new FileWrapper instance, or null if the path is null or empty
Implemented in fiftyone.common.wrappers.io.FileWrapperFactoryDefault.
