
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2020 03:14 PM
Hi guys, hello to everyone,
I'm involved in a package creation and I get an issues.
During the package's deployment it got stuck in a condition step.
The condition should check if a folder exist under C:\. (e.g C:\Temp)
Since it is not possible leave the condition field "File name" blank then I put a "." (without the quotes)
Is this the right way?
Thanks a lot,
Davide
I'm involved in a package creation and I get an issues.
During the package's deployment it got stuck in a condition step.
The condition should check if a folder exist under C:\. (e.g C:\Temp)
Since it is not possible leave the condition field "File name" blank then I put a "." (without the quotes)
Is this the right way?
Thanks a lot,
Davide
Labels:
- Labels:
-
General Discussion
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2020 02:01 PM
thanks for the suggestion, It has worked.
thanks a lot
thanks a lot

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2020 12:54 PM
Capture the code it has when it fails and out that in as a success code.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2020 12:29 PM
Ok but I have tested if C:\temp is already present it are going to get fail.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2020 02:17 AM
That is a file condition check only, can't be used to check if the folder exists.
Why not just have a step in your deployment package to create the folder if it doesn't exist?
md "C:\Temp"
Why not just have a step in your deployment package to create the folder if it doesn't exist?
md "C:\Temp"
