mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2004
Posts: 59
L
Babel fish
OP Offline
Babel fish
L
Joined: Jul 2004
Posts: 59
if ($isdir($mircdirmodules\INFO\names) == $true) { echo -a test }

the directory is there
C:\CIRCC\Modules\INFO\names


I followed the mirc Help file only adding the == $true statement

Thanks for any help its getting to be frustrating.


Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
Works here.

Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
First of all I'd suggest just echo'ing the value of $mircdirmodules\INFO\names to confirm it is where you think it is.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Jul 2004
Posts: 59
L
Babel fish
OP Offline
Babel fish
L
Joined: Jul 2004
Posts: 59
Thank you all, I check the code and Location several times and wasnt able to get it thats why I posted here.. After awhile I figured it out

on *:INPUT:*: {
if (/* iswm $1) {
if ($isdir($mircdirmodules\INFO\ $+ $remove($1,/)) == $true)
.....

Dont know what it was but I got it working now. Again thanks for trying to help


Link Copied to Clipboard