jimneely Posted April 11, 2014 Share Posted April 11, 2014 Are () allowed in a directory path string of a variable I have the following. It is not working and the only thing I can think of is the (2) is not being read properly. \\s-fs2\document control\(2) M200\ Link to comment https://forums.phpfreaks.com/topic/287694-are-allowed-in-a-directory-path-of-a-variable/ Share on other sites More sharing options...
trq Posted April 11, 2014 Share Posted April 11, 2014 You shouldn't have spaces in paths (though you can escape them), but special chars are fine. What os is this? Link to comment https://forums.phpfreaks.com/topic/287694-are-allowed-in-a-directory-path-of-a-variable/#findComment-1475758 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.