FileStream.Length Property
Assembly: mscorlib (in mscorlib.dll)
| Exception type | Condition |
|---|---|
| CanSeek for this stream is false. | |
| An I/O error occurs, such as the file being closed. |
The following table lists examples of other typical or related I/O tasks.
| To do this... | See the example in this topic... |
|---|---|
| Create a text file. | |
| Write to a text file. | |
| Read from a text file. | |
| Append text to a file. | |
| Rename or move a file. | |
| Copy a file. | |
| Get the size of a directory. | |
| Get the attributes of a file. | |
| Set the attributes of a file. | |
| Create a subdirectory. | |
| Read from a binary file. | |
| Write to a binary file. | |
| See the files in a directory. | |
| Sort files in a directory by size. |
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.