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
Exemple #1
0
 /// <summary>
 /// Base class constructor
 /// </summary>
 public IoFileUtils()
 {
     IoDirectory = new IoDirectoryUtils();
 }
 /// <summary>
 /// Base class constructor
 /// </summary>
 public IoFileUtils()
 {
     IoDirectory = new IoDirectoryUtils();
 }