wrapIoFile function

File wrapIoFile(
  1. File ioFile
)

Wrap IO file.

Implementation

fs.File wrapIoFile(io.File ioFile) => FileImpl.io(ioFile);