Scripting Error can't get past this error

“”"
path = system.file.openfiles([“pdf”], [“c:\worksoftware”])

“”"

I have a button with this script under “Actionpreformed” and I can’t get past this error.

"Object has no attribute ‘openfiles’ - I have tried without the brackets also and same error.

Perspective or Vision?

Use 3 backticks for code quotes, btw.

Sorry, I thought is was 3 quotes.

I figured this out I have to type in system. (And then ctrl +space to drill down) I was just typing the information .

You don’t have to use the autocomplete but you do have to pay attention to capitalization and spelling.

I did check spelling but I did not pay attention to capitalization. Thanks for the tips.