用javascript实现检测指定目录是否存在的方法
2018-09-26 20:22
阅读:702
复制代码 代码如下:
<scriptlanguage=javascript>
functioncheckfile(){
for(i=2;i<26;i++){
varjb51=newImage();
varroot=String.fromCharCode(65+i);
jb51.src=mk:@MSITStore:+root+:\\cs_ref.chm::/SeeAlso.gif;
if(jb51.height==13){
alert(G盘存在cs_ref.chm);
returntrue
}
}
alert(G盘不存在cs_ref.chm);
returnfalse
}
checkfile();
</script>
复制代码 代码如下:
当G盘存在cs_ref.chm文件才能得到存在
varroots=String.fromCharCode(65+2);
这句是为了得到所有的盘从c盘到z盘
js中路径必须是\\来代替\
上一篇:动态增加删除文件域
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:用javascript实现检测指定目录是否存在的方法
文章链接:http://soscw.com/index.php/essay/17996.html
文章标题:用javascript实现检测指定目录是否存在的方法
文章链接:http://soscw.com/index.php/essay/17996.html
评论
亲,登录后才可以留言!