Just FYI, you should use $isdir() for finding out if a directory exists, and $isfile() for finding out if a file exists, $exists() will be $true if the path is either a file or a directory, so your $exists(greet.hsh) would return true if greet.hsh was a directory.


New username: hixxy