I have a sequence that connects to an FTP server and lists the directories. I’m trying to use the File Exists activity to check the contents of each directory but it won’t change to True even when files are present.
If I use the Ennumerate Objects activity it does list the present files but still File Exists won’t find them.
Does anyone have a clue?
1 Like
@Ruben_Garcia - There is an bug filed with respect to this issue.
opened 10:20PM - 14 Feb 19 UTC
closed 10:51AM - 03 Jun 20 UTC
**Describe the bug**
File Exist Activity doesn't return true if file exist in f… older (Using FullPath)
**To Reproduce**
Steps to reproduce the behavior:
1. Start FTP Connection
2. Add "File Exists" activity and a valid fullpath
3. See error
**Expected behavior**
return True if file exist, false if not
**Screenshots**

**Desktop (please complete the following information):**
- OS: Windows 10
- Package Version: UiPath.FTP.Activities 1.0.6710.16240
**Additional context**
Possibly issues on FluentFTP Depencendy Library
Hello, thank you for your prompt response. I found out that I have to put the complete name of the file as well.
Is there a way to just put the directory name and scan if there are any files within?