text files - VB.net Null Characters -


i appending large text file, when complete , go view following error. null characters (00h) contained in file. code i'm using read text files 1 large text file. opening large file in emeditor.

any gratefully received.

    dim paths() string = directory.getfiles("c:\logs1", "main_access_log.*", searchoption.alldirectories)     system.windows.forms.cursor.current = cursors.waitcursor      each path string in paths         file.appendalltext("c:\logs1\zmaster.txt", file.readalltext(path), encoding.default)     next     system.windows.forms.cursor.current = cursors.default     messagebox.show("master file created") 


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -