I can't create a file on a shared drive. I know that directory path is valid. and I've verified i have access to the drive but it keeps returning a Error code: 0
Has anyone else seen this? I assume Dircreate has the ability to modify Shared drive files.
$shared = "\\Idaho-Share"
$Filename = GUICtrlRead($input3)
DirCreate($shared & "\Night Team\" & $Filename)