XFileInfo constructor

XFileInfo(
  1. XFile _file
)

Creates an XFileInfo from an XFile.

Implementation

XFileInfo(this._file) : _ioFile = null;