コミュニティ

Reading file settings

Hello, I need to read the file settings to find out its owner and send an email notification. 

I know hot ot do it on C#

string path = "";
string user = System.IO.File.GetAccessControl(path).GetOwner(typeof(System.Security.Principal.NTAccount)).ToString();

Is there a way to find out the owner of a file using ABBYY FlexiCapture?

Thank you in advance for your response.

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Anton Vakhtel

    Stanislav Neifeld Hi,

    FlexiCapture 12 has scripting capabilities for various scenarios. C# .Net is one of the supported languages for scripts in FlexiCapture, and you can use .Net assemblies (standard, as well, as custom), so, the way to achieve the described requirement is the same as you described.

    Best regards,

    Anton

    0

サインインしてコメントを残してください。