PB3.2 is permitting the “creation” of a folder with no associated pathway.
Create an Ask For Folder CA then type an invalid pathway into the text box, for example
InvalidFolder
omitting any drive or backslashes at the start and pass it to %DestPath%
Create a Check for Folder CA with %DestPath% which should return False
Create a Create a Folder CA using the %DestPath% from above
This time, the Check for Folder CA %DestPath% returns True
Proceed through the file extraction and then after extraction
Create a Check for file CA for one of the extracted files which returns True
but looking for the above folder or extracted file within Windows Explorer returns nothing.
Sample pbpx is available upon request.
It appears that the correction needs to be at 2 levels, first is the CA Create folder should fail without a pathway to write to and second, the CA to check for the existence of the folder should continue to return False.
Allowing users to type their own pathway is certain to produce an issue eventually.
Create an Ask For Folder CA then type an invalid pathway into the text box, for example
InvalidFolder
omitting any drive or backslashes at the start and pass it to %DestPath%
Create a Check for Folder CA with %DestPath% which should return False
Create a Create a Folder CA using the %DestPath% from above
This time, the Check for Folder CA %DestPath% returns True
Proceed through the file extraction and then after extraction
Create a Check for file CA for one of the extracted files which returns True
but looking for the above folder or extracted file within Windows Explorer returns nothing.
Sample pbpx is available upon request.
It appears that the correction needs to be at 2 levels, first is the CA Create folder should fail without a pathway to write to and second, the CA to check for the existence of the folder should continue to return False.
Allowing users to type their own pathway is certain to produce an issue eventually.