|
atcCore Object 1.13.37
Provides ASP developers with basic functions. Many of these methods can be found in other COM components
but many of these have been enhanced and are faster than those defined elsewhere.
Class Descriptor
[VBScript]
Set Foo = Server.CreateObject("atcCore.CoreMan")
[JScript]
var Foo = new ActiveXObject("atcCore.CoreMan");
[PHP]
$Foo = new COM("atcCore.CoreMan");
[Perl]
$Foo = new OLE( "atcCore.CoreMan" );
Properties
CurrentDir |
ErrCode |
ErrDesc |
MaxPath |
Version
Methods
CheckSpecial |
CheckString |
ClearErrors |
CopyFile |
CreateDir |
DirExists |
ErrorDesc |
FileDelete |
FileExists |
FileExistsEx |
FileName |
FileNameDate |
GetDir |
GetDirDateTime |
GetDirVB |
GMTToLocal |
LastFile |
LocalToGMT |
MoveFile |
RemoveEndingQuotes |
SysTimeToVBEx |
VBToSysTimeEx
|