Hi, I have placed into my autorun.brs:
Sub Main(args)
print CreateObject("roFileSystem")
End Sub
But CreateObject("roFileSystem") is always invalid. Do I need to configure something before create a roFileSystem?
Thank you
Hi, I have placed into my autorun.brs:
Sub Main(args)
print CreateObject("roFileSystem")
End Sub
But CreateObject("roFileSystem") is always invalid. Do I need to configure something before create a roFileSystem?
Thank you
The roFileSystem may be a Roku only object, that is not compatible with BrightSign.
What is it that you are trying to accomplish with this code?
I want to check if a file exists.
Thank you
You could use MatchFiles(path As String, pattern_in As String) As Object
More information can be found here
Thank you, it worked perfectly!
Good job!
We are always interested in knowing more about other bright scripters out there.
Please drop us a line at info@brightscripters.com