Missing the file name on message of File System using Mendix Workstation Client
0
Hi Mendix experts, I'm testing Mendix Workstation client (WS) on https://workstation.home.mendix.com/. I created a device type File system to test the change of file on my local PC. Everything’s all set up then I tried the Test station function. - I sent the message '0# Directory' followed by Mendix doc https://docs.mendix.com/mendix-workstation/message-syntax/. The WS returned mesage with S#, that means success watching my directory. - I created or renamed some files on my PC then the testing screen show the message with prefix C#, that means WS has known my file was changed. Based on Mendix doc, the message with C# must with the file name, but I only get the path of folder. Have I got something wrong? Any explanation is appreciated.