checking_20whether_20a_20directory_20exists
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
checking_20whether_20a_20directory_20exists [2018/04/17 15:18] – Added syntax highlighting tbest3112 | checking_20whether_20a_20directory_20exists [2024/01/05 00:22] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 17: | Line 17: | ||
= F% | = F% | ||
</ | </ | ||
- | This function returns a non-zero value if the directory exists and zero if not. \\ \\ If you want to know whether a file **or** directory with a given name exists you can use a combination of the above functions. However an alternative is to use Windows API calls: | + | This function returns a non-zero value if the directory exists and zero if not. |
+ | |||
+ | If you want to know whether a file **or** directory with a given name exists you can use a combination of the above functions. However an alternative is to use Windows API calls: | ||
<code bb4w> | <code bb4w> | ||
DEF FNcheckdir(name$) | DEF FNcheckdir(name$) |
checking_20whether_20a_20directory_20exists.1523978282.txt.gz · Last modified: 2024/01/05 00:18 (external edit)