Hi there, I'm wondering how I'm able to get a part of the maxFilePath. I'm trying to separate the path but filterString doesn't allow me to use the "\".
I'm trying to get "Vorm Ontwikkeling bv" from the path underneath:
"Z:\Vorm Ontwikkeling bv\20627 - De Laverie te Oosterhout\03 Max\Scenes\Standpunten\VV 01\VV01_031.max"
function getFolderName = (
local sceneName = maxFilePath + maxFileName
local theName = filterString sceneName[4] "/"
local stringFolder = (theName[1])
return theName
)
Hoping for some help :)
Thank you.
miauu · 2020-10-01