Forum Migration Notice
We're transitioning to a more modern community platform by the end of this 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.