Exemplo n.º 1
0
 /// <summary>
 /// Gets the attributes for the given file or folder
 /// </summary>
 /// <returns>The file attributes</returns>
 /// <param name="localPath">The file or folder to examine</param>
 public override FileAttributes GetAttributes(string localPath)
 {
     return(IO_WIN.GetFileAttributes(ConvertToSnapshotPath(localPath)));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets the attributes for the given file or folder
 /// </summary>
 /// <returns>The file attributes</returns>
 /// <param name="file">The file or folder to examine</param>
 public override System.IO.FileAttributes GetAttributes(string file)
 {
     return(m_sysIO.GetFileAttributes(file));
 }
 /// <summary>
 /// Gets the attributes for the given file or folder
 /// </summary>
 /// <returns>The file attributes</returns>
 /// <param name="localPath">The file or folder to examine</param>
 public override System.IO.FileAttributes GetAttributes(string localPath)
 {
     return(IO_WIN.GetFileAttributes(localPath));
 }