Sorry, ich wusste nicht, dass der Inhalt von Interesse sein könnte.
Ich hänge die mimetypes.rdf mal hier dran. Oops, Dateityp nicht erlaubt, muss ich als Code einfügen:
XML
<?xml version="1.0"?>
<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description RDF:about="urn:mimetypes">
<NC:MIME-types RDF:resource="urn:mimetypes:root"/>
</RDF:Description>
<RDF:Description RDF:about="urn:root"
NC:de_defaultHandlersVersion="-1" />
<RDF:Description RDF:about="urn:mimetype:externalApplication:image/gif"
NC:path="C:\Program Files (x86)\XnView\xnview.exe"
NC:prettyName="xnview.exe" />
<RDF:Description RDF:about="urn:mimetype:application/x-ms-wmz"
NC:value="application/x-ms-wmz"
NC:editable="true"
NC:fileExtensions="wmz"
NC:description="Windows Media Player-Designpaket">
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-ms-wmz"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:handler:text/css"
NC:alwaysAsk="true"
NC:useSystemDefault="true">
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:text/css"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:handler:image/jpeg"
NC:useSystemDefault="true"
NC:alwaysAsk="true" />
<RDF:Seq RDF:about="urn:schemes:root">
</RDF:Seq>
<RDF:Description RDF:about="urn:mimetype:text/css"
NC:value="text/css"
NC:editable="true"
NC:fileExtensions="css"
NC:description="Style Sheet">
<NC:handlerProp RDF:resource="urn:mimetype:handler:text/css"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:handler:application/x-ms-wmz"
NC:alwaysAsk="true"
NC:saveToDisk="false"
NC:useSystemDefault="false"
NC:handleInternal="false">
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-ms-wmz"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:application/pdf"
NC:value="application/pdf"
NC:fileExtensions="pdf">
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/pdf"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-ms-wmz"
NC:path="C:\Programme\VideoLAN\VLC\vlc.exe"
NC:prettyName="vlc.exe" />
<RDF:Description RDF:about="urn:mimetype:handler:application/pdf"
NC:useSystemDefault="true"
NC:alwaysAsk="true" />
<RDF:Description RDF:about="urn:mimetype:handler:image/gif"
NC:alwaysAsk="true"
NC:saveToDisk="false"
NC:useSystemDefault="false"
NC:handleInternal="false">
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:image/gif"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:image/jpeg"
NC:description="JPEG Image"
NC:value="image/jpeg"
NC:editable="true">
<NC:fileExtensions>jpg</NC:fileExtensions>
<NC:fileExtensions>jpeg</NC:fileExtensions>
<NC:fileExtensions>jfif</NC:fileExtensions>
<NC:fileExtensions>pjpeg</NC:fileExtensions>
<NC:fileExtensions>pjp</NC:fileExtensions>
<NC:handlerProp RDF:resource="urn:mimetype:handler:image/jpeg"/>
</RDF:Description>
<RDF:Seq RDF:about="urn:mimetypes:root">
<RDF:li RDF:resource="urn:mimetype:image/jpeg"/>
<RDF:li RDF:resource="urn:mimetype:application/x-ms-wmz"/>
<RDF:li RDF:resource="urn:mimetype:image/gif"/>
<RDF:li RDF:resource="urn:mimetype:text/css"/>
<RDF:li RDF:resource="urn:mimetype:application/pdf"/>
</RDF:Seq>
<RDF:Description RDF:about="urn:mimetype:image/gif"
NC:fileExtensions="gif"
NC:description="GIF Image"
NC:value="image/gif"
NC:editable="true">
<NC:handlerProp RDF:resource="urn:mimetype:handler:image/gif"/>
</RDF:Description>
<RDF:Description RDF:about="urn:schemes">
<NC:Protocol-Schemes RDF:resource="urn:schemes:root"/>
</RDF:Description>
</RDF:RDF>
Alles anzeigen
Kannst Du hieraus was entnehmen ?