11-20-2007 03:11 AM
11-27-2007 09:49 PM
public calss SessionTemplate{
try {
PCShare share = new PCShare("\\\\server\sahre%user:password");
DiskSession disk = SessionFactory.OpenDisk(share);
//perform some disk operations
disk.CloseSession();
}
catch(Exception ex){
ex.printStackTrace();
}
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.