public static ByHandleFileInfo GetFileInfoByHandleTransacted(KernelTransaction transaction, string path, PathFormat pathFormat)
 {
     return(File.GetFileInfoByHandleCore(transaction, path, pathFormat));
 }
 public static ByHandleFileInfo GetFileInfoByHandle(string path, PathFormat pathFormat)
 {
     return(File.GetFileInfoByHandleCore(null, path, pathFormat));
 }