|
Previous Top Next |
There are currently 34 methods in the Icetips Utility Core class:
CreateGUID Procedure(Byte pAddBraces=1),STRING
FixPath Procedure(*CString pPath),String
FixPath Procedure(String pPath),String
GetBit Procedure(Long pVariable, Byte pBitToGet), Byte
GetBitString Procedure(Long pVariable),String
GetComputerName Procedure(),String,PROC ! Returns the name of the computer. Puts it into the ComputerName property
GetFileAttrib Procedure(*CString pFile, <*Byte pReadOnly>, <*Byte pHidden>, <*Byte pSystem>),Long,PROC
GetFileAttrib Procedure(String pFile, <*Byte pReadOnly>, <*Byte pHidden>, <*Byte pSystem>),Long,PROC
GetFilePart Procedure(String pFilename,Byte pPart),String
GetLastAPIError Procedure(<*Long pErrorCode>),String
GetLastAPIErrorCode Procedure(),Long
GetTempFilename Procedure(<String pPath>,<String pPrefix>),String
GetTempFolder Procedure(),String
GetFilePart Procedure(String pFilename,Byte pPart),String
GetUserName Procedure(),String
IsFileInUse Procedure(*CString pFile),Byte
IsFileInUse Procedure(String pFile),Byte
IsFolder Procedure(*CString pPath),Byte
IsFolder Procedure(String pPath),Byte
ODS Procedure(String pS, Short pLevel=0),VIRTUAL
ODSD Procedure(String pS)
PTD Procedure(String pS, Byte pHideDebug=False),VIRTUAL
RemoveBackSlash Procedure(String pPathOrFile, Byte pTrailing),String
RemoveForwardSlash Procedure(String pPathOrFile, Byte pTrailing)!!,String
SetBit Procedure(Long pVariable, Byte pBitToSet, Byte pBitSet), LONG
SetFileAttrib Procedure(*CString pFile, <Byte pReadOnly>, <Byte pHidden>, <Byte pSystem>, <Long pAdditionalAttrib>)
SetFileAttrib Procedure(String pFile, <Byte pReadOnly>, <Byte pHidden>, <Byte pSystem>, <Long pAdditionalAttrib>)
SearchReplace Procedure(String pFind, String pReplace, *CString pSearchS),Long,PROC
SearchReplace Procedure(String pFind, String pReplace, *String pSearchS),Long,PROC
SplitFileParts Procedure(String pFileName)
UnixToWindowsPath Procedure(String pUnixPath),String
WindowsToUnixPath Procedure(String pWindowsPath),String
Construct Procedure
Destruct Procedure