update sharpcifs

This commit is contained in:
Luke Pulverenti
2017-07-07 23:12:21 -04:00
parent a30e22c3a2
commit 0d10dfe471
221 changed files with 23704 additions and 25614 deletions

View File

@@ -16,18 +16,18 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
namespace SharpCifs.Smb
{
public interface IFileEntry
{
string GetName();
public interface IFileEntry
{
string GetName();
int GetType();
int GetType();
int GetAttributes();
int GetAttributes();
long CreateTime();
long CreateTime();
long LastModified();
long LastModified();
long Length();
}
long Length();
}
}