Difference between revisions of "Exists(file)"

From SpybotWiki
Jump to: navigation, search
(New page: {{DISPLAYTITLE:exists(file)}}{{AdvFileParam|exists[file]}} Checks whether the file exists, using Win32 methods. ==Usage== exists[section]=<flag(boolean)> exists[section]!=<flag(boolean)...)
 
m
Line 5: Line 5:
 
  exists[section]=<flag(boolean)>
 
  exists[section]=<flag(boolean)>
 
  exists[section]!=<flag(boolean)>
 
  exists[section]!=<flag(boolean)>
 +
 +
===Availability===
 +
Needs [[AdvCheck.dll]] later than version 1.5.4.5.
  
 
===Examples===
 
===Examples===

Revision as of 16:43, 21 February 2008


Checks whether the file exists, using Win32 methods.

Usage

exists[section]=<flag(boolean)>
exists[section]!=<flag(boolean)>

Availability

Needs AdvCheck.dll later than version 1.5.4.5.

Examples

exists[file]=1
exists[file]!=0
exists[file]=0

As usual, 1 stand for true and 0 for false here.

Description

Checks whether the file exists, using Win32 methods. Useful in combination with NTFile, where it can be used to determine whether the file found using native methods is visible (or not) through the Win32 API.

See also

Similar parameters

Similar commands