File association dictionary
app |
[R] |
Application [FXApp]
|
iconPath |
[RW] |
Current icon search path [String]
|
Return the registry key used to find fallback executable icons.
Return the registry key used to find fallback directory icons.
Return the registry key used to find fallback document icons.
Construct a dictionary mapping file-extension to file associations, using
the application registry settings as a source for the bindings.
Construct a dictionary mapping file-extension to file associations, using
the specified settings database as a source for the bindings.
Parameters:
a: Application [FXApp]
Replace file association for the specified extension; returns a reference
to the file association.
Parameters:
ext: | Extension [String]
|
str: | String [String]
|
Remove file association for the specified extension and return a reference
to it.
Find file association for the specified extension already in dictionary and
return a reference to it.
Find file association from registry for the specified key.