4D v14.3Is picture file |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
Is picture file
Is picture file
The Is picture file command tests the file designated by the filePath parameter and returns True if it is a valid picture file. The command returns False if the file is not of the picture type or if it is not found. Pass the pathname of the picture file to be tested in the filePath parameter. The path must be expressed with the system syntax. You can pass an absolute pathname or a pathname relative to the database structure file. If you pass an empty string (""), the command returns False. If you do not pass the * parameter, the command tests the file by looking for its extension among the list of available codecs. If you want to be able to test files without extensions or to carry out a more thorough verification, pass the * parameter. In this case, the command makes additional tests: it loads and inspects the file header and queries the codecs in order to validate the picture. This syntax slows command execution. Note: The command returns True for PDF files under Windows and EMF files under Mac OS. |
PROPERTIES
Product: 4D
HISTORY
Created: 4D v12 SEE ALSO ARTICLE USAGE
4D Language Reference ( 4D v12.4) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||