Subject: | Library shell
| Date: | 19 Nov 2021 12:22:44 -0400
| From: | "Thies Grimm" <thies.grimm@t-online.de>
| Newsgroups: | pnews.paradox-development
|
Hi
at my website https://it-grimm.com/ under Downloads You find a paradox library
libShell.lsl.
It's free including source. use it, if you like.
It uses commandline shell robocopy and the powerhell.
You'll find:
cmConvertEncoding
change encoding of files
for example UTF8 to ANSI
cmDownloadFile
download files
cmEnumFileList
enum Files
Answer is a TCursor in Memory with file Infos
very fast
cmExecuteViaWindowsExplorer
Execute file using Windows
showing pictures, etc.
cmGetHashTags
get hashtags of files
SHA1, SHA256, SHA384, SHA512, MD5
cmGetSpecialFolder
get windows special folders
cmIsValidEmailaddress
check email address
using dot.net IsValidEmailAddress
cmSearchForCode
search code in forms, scripts and libraries
using powerhsell SELECT-STRING
cmSetFileDate
set filedate of files
create, lastWrite, lastAccess
normal or UTC FileStamps
cmUnZip
unzip an archive to a folder
cmZip
zip files to an archive
If You have some questions, remarks, ideas .. just let me know
|