I'm working under Windows XP (Apache + PHP), if I use FileSize() with a local path it works fine, but not when passing a path in a shared folder in my network like:
PHP Code:
Echo FileSize("\\Anothercomputer\Sharedfolder\Filename.txt");