Exists(file): Difference between revisions
Jump to navigation
Jump to search
m (Removed availability since this is now in the block) |
No edit summary |
||
| Line 4: | Line 4: | ||
|VARIANTS = exists[file]! | |VARIANTS = exists[file]! | ||
|PEVERSION = > 1.5.4.5 | |PEVERSION = > 1.5.4.5 | ||
}}Checks whether the file exists, using Win32 methods. | }}Checks whether the file exists, using Win32 methods. | ||
| Line 25: | Line 22: | ||
==See also== | ==See also== | ||
* [http://msdn2.microsoft.com/en-us/library/aa364418(VS.85).aspx FindFirstFile (Microsoft Developer Network)] | * [http://msdn2.microsoft.com/en-us/library/aa364418(VS.85).aspx FindFirstFile (Microsoft Developer Network)] | ||
===Similar parameters=== | |||
* [[count(sections)|count[sections]]] | |||
* [[md5(section)|md5[section]]] | |||
* [[md5(sections)|md5[sections]]] | |||
* [[size(section)|size[section]]] | |||
* [[size(sections)|size[sections]]] | |||
===Similar commands=== | |||
* [[NTFile]] | |||
Revision as of 18:35, 21 February 2008
| exists[file] | |
| Variants | exists[file] exists[file]! |
| Previously | {{{PREVIOUS}}} |
| Group | [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]] |
| Version | advcheck.dll > 1.5.4.5 |
[[Category:Advanced file parameters for {{{GROUP}}}]] Checks whether the file exists, using Win32 methods.
Usage
exists[section]=<flag(boolean)> exists[section]!=<flag(boolean)>
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.