existfile(SPACE) !
No.01062
番頭++
さん 98/05/20 13:00
これは、existfile の仕様ですか ???
// test1.mac
$wk1 = "\x20";
if( existfile($wk1) ){
message "existfile";
}
if( existfile($wk1) ){ readonlyopenfile $wk1; }
endmacro;
[
△
]
RE:01062 existfile(SPACE) !
No.01072
秀丸担当
さん 98/05/22 16:25
>これは、existfile の仕様ですか ???
>
>// test1.mac
>$wk1 = "\x20";
>if( existfile($wk1) ){
> message "existfile";
>}
>if( existfile($wk1) ){ readonlyopenfile $wk1; }
>endmacro;
>
これはどおみてもバグですね(^^;
調べます。
[
△
]