|
Previous Top Next |
| Prototype: | (String pDirectory),Byte |
| pDirectory | Full path to the directory to check. |
| Returns | True or false depending on if the directory exists or not |
This method uses the Exists function to check if the directory exists or not.
Example:
P CString(1025)
ITU ITUtilityClass
Code
P = 'C:\Clarion\Apps\MyApp'
If ITU.DirectoryExists(P)
Copy ('myfile.txt',P & 'myfile.txt')
End
See also: