Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

PC SDK FileSystem.GetFilesAndDirectories working on Virtual Controller but not Real Controller

I have an application that lists both files and directories fine when connecting to a virtual controller. However, when I run the code and I am connected to a real controller, I only get a list of the directories and no files. Attached a picture of my code.

 
Tagged:

Comments

  • bgrant
    bgrant
    edited May 2019



    When connected to a real controller, I was forced to use "*" to retrieve all directories and "*.*" to retrieve all files. Hopefully someone will find this useful in the future.