Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.3 KB

bc2015.md

File metadata and controls

51 lines (42 loc) · 1.3 KB
title ms.date ms.prod ms.technology ms.topic f1_keywords helpviewer_keywords ms.assetid caps.latest.revision author ms.author translation.priority.ht translation.priority.mt
The file '<filename>' is not a text file
2015-07-20
.net
devlang-visual-basic
article
vbc2015
bc2015
BC2015
838cd00c-43ee-48d1-8a0d-5e1d5122ec9d
8
dotnet-bot
dotnetcontent
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
cs-cz
pl-pl
pt-br
tr-tr

The file '<filename>' is not a text file

The specified file cannot be written to because it is a binary file.

Error ID: BC2015

To correct this error

  • Check that you are supplying the correct file name and path.

See Also

Writing to Files
How to: Parse File Paths
My.Computer.FileSystem.WriteAllText Method
My.Computer.FileSystem.WriteAllBytes Method