RobotStudio event

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

Options
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
    Options



    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.