Forum Discussion

vwanaskar's avatar
vwanaskar
Occasional Contributor
11 years ago

Enable to read file using C code which given in Help document

Hi all,



Here i am trying to compare To .csv file so i used given C code in help. but it not able to read file .it showing error "File not Found" but I am sure file path is right becouse i copied it as is from store file top bar and i have set language used is Jscript.

       If  i use the VB code(set language VB in project) and gives same path then it running successfully but  i want to work on C.



So can you any one help me to solve this error



Here i have attached Scrip and image of store file address



Thanks and regards

Vijay Wanaskar

2 Replies

  • Hi Vijay.



    Have you checked that file names (with fullpath) passed into C function contain double backslashes instead of single ones (which treated as regex escape characters in C-like scripts)?



  • vwanaskar's avatar
    vwanaskar
    Occasional Contributor
    Hi, Andrey



    Ya.... that was mistake, now it reading a file. 



    Thank you so..............much





    Regards

    Vijay Wanaskar