Find if directory exists

Find if directory exists

Question:
We would like to find out if a directory that was typed exists. Furthermore, we prefer not to use a list box control or getFileOpenName.

Answer:
To do this you will need to declare the following API call as a local external function:

Function ulong GetFileAttributesA (ref string filename) library "KERNEL32.DLL"

Then write some script as follows:

ULong	lul_RClul_RC = GetFileAttributesA(as_DirectoryName)// Check if 5th bit is set, if so this is a directoryIf Mod(Integer(lul_RC / 16), 2) > 0 Then 	Return TrueElse	Return FalseEnd If
Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved