ni / labview-gdrive

LabVIEW wrapper for the .NET Google Drive API
MIT License
10 stars 11 forks source link

Read content of file #6

Open amatz11 opened 7 years ago

amatz11 commented 7 years ago

Hi.. i want to read my text file content at drive.. i save 1st the file at local by using download vi then directly read the file from local using "read text file.vi".. the output is empty.. i need to stop VI after download the file. Then only i can read the downloaded file using "read text file.vi".. Any other way to read the content of my file without to stop the VI? Thank you..