Today I publish my final university project,the library CIFSClient. This library has been created to add some features unavailable at the moment in Mono implementation of C# .
At same time CIFSClient make more easy the migration of aplications who work with servers CIFS (Samba). CIFSClient works transparently with shared files, and use functions who all developers know. Avaible functions: Copy (string, string, bool) CreateDirectory (string) Delete (string) DeleteDirectory (string) DirectoryExists(string) : bool Exists (string) : bool Move (string, string) ReadDir (string) : CIFSDirInfo Rename (string, string) RenameDirectory(string, string) ShareEnum (string) : Shares If somebody need this features in mono, the project is avaible in this addres: http://code.google.com/p/cifsclient/ -- View this message in context: http://www.nabble.com/Library-to-work-with-samba-shares-in-mono-c--tp18583161p18583161.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
