Does php allow you to check if a network drive is mapped. Essentially on all computers our G:\ drive is mapped. Is it possible using php script to check if the G:\ drive is mapped? In order to access directories and files from the mapped drive I use UNC names.
Help much appreciated