Alteryx workflow to check a path is accessible or not
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
anjanarnair
7 - Meteor
‎05-25-2023
12:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
i need a workflow to check the given path is accessible or not
The input i was given in an excel with few paths and also i need a excel output saying these paths are accessible or not in an another column in the same output excel.
please help me here to provide an workflow.
Thanks in advance!
Anjana
Labels:
- Labels:
- Developer
- Developer Tools
1 REPLY 1
geraldo
13 - Pulsar
‎05-25-2023
04:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
use the function FileExists(Path)
If it exists returns -1 if not 0
It can be the folder path or the folder path plus the file name with extension