Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
findfileassociation
Searches for and retrieves a file association-related string from the registry (Windows only)
Syntax
findfileassociation('A file name extension, such as .txt')
Description
findfileassociation('A file name extension, such as .txt')
Searches for and retrieves a file association-related string from the registry.
Examples
findfileassociation('.txt') findfileassociation('.sce') findfileassociation('.xsl') findfileassociation('.toto')
See also
- winopen — Ouvre le fichier avec l'application appropriée (Windows seulement)
Report an issue | ||
<< dos | Outils Windows | getsystemmetrics >> |