UCFile constructor

UCFile(
  1. Object file
)

Create cross-platform file

Implementation

factory UCFile(Object file) => createFile(file);