From: Gavin Kistner Date: 2006-10-20T01:02:45+09:00 Subject: Non-directory, non-file "files" ------_=_NextPart_001_01C6F398.01429193 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable If they're not directories, and they're not files, then what the heck are they? =20 C:\Documents and Settings\gavin.kistner>ruby -rfind -e "Find.find('.'){|x| p(x) unless File.directory?(x) or File.file?(x) }" "./Local Settings/Temporary Internet Files/Content.IE5/T7JZHP42/GGLD%3A2005-16%2CGGLD%3Aen%26q%3Ddsl%2Bcentra l%2Boffice%2Blocations%2Bmap&cc=3D483&u_h=3D1200&u_w=3D1600&u_ah=3D1170&u= _aw=3D160 0&u_cd=3D32&u_tz=3D-360&u_his=3D11&u_java=3Dtrue" "./Local Settings/Temporary Internet Files/Content.IE5/S1MNKLUJ/eamxbox&dechannel=3Dteamxbox&size=3Dskyscraper= &re gspeed=3D-1&PageId=3D1160506887961&random=3D1160506887961&property=3Dteam= xbox&ar ticletype=3Dmovie+popup&tile=3D1160506891458" "./Local Settings/Temporary Internet Files/Content.IE5/Q93CTSZU/teamxbox&dechannel=3Dteamxbox&size=3D1x1®sp= eed =3D-1&name=3DATAtracker&PageId=3D1160506887304&random=3D1160506887304&ct=3D= js&prop erty=3Dteamxbox&articletype=3Dmovie%2Bpopup&" "./Local Settings/Temporary Internet Files/Content.IE5/PCO7XLCT/site=3Dteamxbox&dechannel=3Dteamxbox&size=3Dte= xt&re gspeed=3D-1&PageId=3D1160506893711&random=3D1160506893711&property=3Dteam= xbox&ar ticletype=3Dmovie+popup&tile=3D1160506893958" "./Local Settings/Temporary Internet Files/Content.IE5/0F17EUFT/CAZUHWT7.php%3Fgroup_id%3D50233%26package_id% 3D43880%26release_id%3D413309&cc=3D100&u_h=3D1200&u_w=3D1600&u_ah=3D1170&= u_aw=3D16 00&u_cd=3D32&u_tz=3D-360&u_his=3D2&u_java=3Dtrue" =20 =20 Are there similar items on non-Windows systems? (Items that would be listed by Find.find or Dir.entries that would respond false to both .directory? and .file? ------_=_NextPart_001_01C6F398.01429193--