res:
URL (Microsoft Windows)res://shdoclc.dll/ORGFAV.DLG
: 「お気に入りの整理」ダイアログ[6] Windows 95版の「Internet Explorer 4.0」に新たなセキュリティホール <http://www.watch.impress.co.jp/internet/www/article/971112/ie4bug.htm>
res:
URL (Java)[2] Commons VFS - Supported File Systems <http://jakarta.apache.org/commons/vfs/filesystems.html#res> (名無しさん 2006-01-03 05:50:12 +00:00)
[3]
Java ClassLoader.getResource()
で得られる資源を識別するためにも使われています (>>2)。
(名無しさん)
res://[ path]
(名無しさん)
res:path/in/classpath/image.png
は、
jar:file://my/path/to/images.jar!/path/in/classpath/image.png
のようなものが得られます。
[7] 類似した URL scheme として class:
があります。