I have a Warning on my php file at mkdir() function:
I want to make a folder on my server address so my code is like this:
<?php
$link="\\10.44.96.4\\Arch\\down\\2018"
mkdir($link, 0775, true);
?>
The real path is: \\10.44.96.4\Arch\down\2018
What I'm doing wrong?
Later Edit The solution can be found here: https://www.codedwell.com/post/21/reading-file-list-from-a-mapped-windows-network-drive