Example #1
0
        public static WrappedIO Exists(string pPath)
        {
            WrappedIO io = new WrappedIO(pPath);

            io.Exists();
            return(io);
        }
Example #2
0
 public static WrappedIO Exists(string pPath)
 {
     WrappedIO io = new WrappedIO(pPath);
     io.Exists();
     return io;
 }