UNC paths in Houdini on XP

   2776   0   1
User Avatar
Member
109 posts
Joined: July 2005
Offline
Hi,

I'm having trouble making a directory when a variable has an UNC path:

$JOB = //srv001/PR/06_Max

In a file SOP, when there is $JOB already there and I click on New…, I get:

'Could not create ‘dd’: invalid argument'


When the $JOB doesn't have an UNC path, it works as expected and also when using a UNC path to only read a geometry file for example I don't have any trouble. Just making a new directory doesn't work.

Somebody got an idea?


edit: This does work in a textport:

umkdir $JOB/dd
  • Quick Links