ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / External file functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Checks the existence of a directory.
Note: This function is equivalent to fDirExist.
Example
Reports and Queries
MonRépertoire is string = "C:\RépertoireDonnées"
IF fDirectoryExist(MonRépertoire) = True THEN 
	Info("Le répertoire " + MonRépertoire + " existe bien sur le disque")
END
Syntax
<Result> = fDirectoryExist(<Directory name>)
<Result>: Boolean
  • True if the directory exists,
  • False otherwise (the directory name corresponds to a file name for example).
<Directory name>: Character string
Name and full (or relative) path of the directory. Wildcard characters (*,?) are not allowed.
Windows This parameter can be in Ansi or Unicode format.
Remarks
To check if a file exists, use fFileExist.
Component: wd300std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help