Not able to pass File full name in Document classifier

Hello all.
I want to pass fill path into document classifier.
For this I am using For each file in folder and passing current file as input.
But getting error “classifier.xaml: BC30512: Option Strict On disallows implicit conversions from ‘FileInfo’ to ‘IResource’. The selected value is incompatible with the property type.”

Hi,

Can you try the following expression?

LocalResource.FromPath(File.FullName)

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.