wrapIoFile function

File wrapIoFile(
  1. File ioFile
)

Wrap IO file.

Implementation

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