EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

getfileinfo

Get information about a file or directory.

func uint getfileinfo (
   str name,
   finfo fi
)

Parameters

name The name of a file or directory.
fi The structure finfo all the information will be written to.

Return value

It returns 1 if the file is found, it returns 0 otherwise.

Related links

Source