mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2004
Posts: 842
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
So I was trying to figure out why I couldn't read a file called GLOBAL.help despite the file clearly existing in the direction where it was.

So I made a file called global.txt on D:\ and wrote a single letter to it.

$exists("D:\global.txt") = $false
$lines("D:\global.txt") = 0

Renamed it to globa.txt

$exists("D:\globa.txt") = $true
$lines("D:\globa.txt") = 1


What do you do at the end of the world? Are you busy? Will you save us?
Joined: Dec 2002
Posts: 5,412
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,412
See here for a previous discussion on this topic.

Joined: Nov 2004
Posts: 842
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
Ah, I see, it's a restricted term.


What do you do at the end of the world? Are you busy? Will you save us?

Link Copied to Clipboard