|
Software Downloads > Activex Controls > Arclab File IO/System Toolbox
Arclab FileIO/System Toolbox is a set of easy to use but powerful functions for File, Folder, Shell, Windows API and System operations and for gathering informations. The ActiveX component was specially designed for the VB/VBA programmer and helps the developer saving a lot time during application development. Language Functions: GetSystemLocale, GetSystemLanguage This functions might be very useful if your application has multi-language support. Recurse Directory Functions: MakeDir, DeleteDir It includes a recurse directory function which allows you to create a directory tree (directory with subdirectories) with one single line of code. System Functions: Shutdown, Reboot, Logoff, GetWindowsVersion, GetServicepack System information functions show the operating system and the installed servicepack. You can also logoff, reboot or shutdown the computer. Misc Functions: CurrencyToKString, GetIPAddress, GetHostName, GetComCtlVersion, GetWindowsDirectory, GetSystemDirectory, GetUserName, CurrencyToKBString, CurrencyToMBString, CurrencyToGBString This function group contains misc, but often requested functions. File/Folder Search Functions: Search, GetNumberOfFiles, GetNumberOfFolders, GetTotalSize, GetFileSize, GetFolderSize, GetFile, GetFolder The included search functions allows you to do a recurse wildcard search with ease. The results (path and size) are stored inside the control and can be easily accessed from your application. All drive/file/folder size functions are returning 64bit values which show the correct size for volumes larger than 4GB. File Info Functions: GetFileSize, GetCreationTime, GetLastWriteTime, GetLastAccessTime, IsHidden, IsSystem, IsReadOnly, GetURL, GetRootFolder, FileExists Any relevant information about a file is available through File Info Functions.
|