|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
MS Method Return CodesWhere do I find return codes for MS methods. For instance the
filesystemobject methods. I need to know what methods return (error codes, etc. and what they mean). I have searched MSDN and of course find the method syntax documents but the return codes are not present. What a method returns should be documented in the syntax document. Any help would be appreciated. Thanks. RdS wrote:
> Where do I find return codes for MS methods. For instance the Since there are literally *thousands* of methods, you will have to bemore specific. > filesystemobject methods. I need to know what methods return (error codes, Each method signature should show you the return type. Is there aspecific method you had in mind? Besides, you should not use the FileSystemObject (in VB6 or VB.Net). It is slow, many system adminstrators remove the scripting runtime ..dll so it might not be available, and, for VB.Net, there are built in IO functions that work much better. For VB6, (this is a .Net group by the way), try the replacement library at KillerVB.com. It is much faster and has syntax similar to the FileSystemObject. thanks for reply.
I am using vbscript in win2003. I found method syntax in mdsn but the it doesn't list return codes. The method is filesystemobject.getfolder and createfolder I just need to know where to find the info out since it isn't listed with method as it should be. Thanks. Show quoteHide quote "Chris Dunaway" <dunaw***@gmail.com> wrote in message news:1154621751.061603.4210@h48g2000cwc.googlegroups.com... > RdS wrote: >> Where do I find return codes for MS methods. For instance the > > Since there are literally *thousands* of methods, you will have to be > more specific. > >> filesystemobject methods. I need to know what methods return (error >> codes, > > Each method signature should show you the return type. Is there a > specific method you had in mind? > > Besides, you should not use the FileSystemObject (in VB6 or VB.Net). > It is slow, many system adminstrators remove the scripting runtime > .dll so it might not be available, and, for VB.Net, there are built in > IO functions that work much better. > > For VB6, (this is a .Net group by the way), try the replacement library > at KillerVB.com. It is much faster and has syntax similar to the > FileSystemObject. > RdS wrote:
> I am using vbscript in win2003. I found method syntax in mdsn but the it This is a dotnet group so you're not likely to find many answers here> doesn't list return codes. about vbscript. > Off the top of my head, I believe these return a Folder object. You> The method is filesystemobject.getfolder and createfolder > might look for those in the help.
1 Variable - 2 Forms
Communication between threads Words to Number Detect TcpClient Connection dropped Printing on a new page One Click Installation Excel already runnig, how to update with VB filesystemobject.createfolder error codes How to change ConnectionString for DataSet at runtime? use of mouse scroll in my crystal report viewer |
|||||||||||||||||||||||