The IoDirectoryUtils type provides an implementation of the IIoDirectoryUtils interface that provides utility methods for common I/O directory operations.

Base project reference: https://github.com/cjaehnen/OpenLib.Utils

Inheritance: IIoDirectoryUtils
Exemplo n.º 1
0
 /// <summary>
 /// Base class constructor
 /// </summary>
 public IoFileUtils()
 {
     IoDirectory = new IoDirectoryUtils();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Base class constructor
 /// </summary>
 public IoFileUtils()
 {
     IoDirectory = new IoDirectoryUtils();
 }