Questions tagged [fileinfo]

fileinfo refers to the properties of a file that are not part of the content, but rather meta-information such as file type, last modification time, id in the file system, etc. Use this tag for questions about reading / modifying the fileinfo in programmatic ways.

Fileinfo refers to the properties of a file that are not part of the content, but rather meta-information such as file type, last modification time, id in the file system, etc. It can include custom properties such as ID3 tags for audio files.

The list of attributes may vary depending on the file system.

Use this tag for questions about reading / modifying the fileinfo in programmatic ways.

361 questions
-6
votes
2 answers

Property or indexer 'System.IO.FileInfo.Length' cannot be assigned to -- it is read only

How can i assign Property System.IO.FileInfo.Length? FileInfo.Length Property It is read only!
SilverLight
  • 19,668
  • 65
  • 192
  • 300
1 2 3
24
25