Scilab 6.0.1
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 — Open file in appropriate application (Windows only)
Report an issue | ||
<< dos | Windows tools | getsystemmetrics >> |