Инструменты пользователя

Инструменты сайта


en:autorun:documentation:fileexist

FileExist

FileExist <VAR> <file>
FileExist <file>

Function return 1, if file or directory exists. Otherwise return 0.

Parameters

fileFile name, the existence of which will be checked. May contain variables and environment variables.

Switches

None.

Example

Determines if a directory exists:

If FileExist("C:\Program Files (x86)") Then
...
EndIf
en/autorun/documentation/fileexist.txt · Последнее изменение: 2023/05/07 00:40 — loopback

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki