Top "Io" questions

In computing, input/output, or I/O, refers to the communication between an information processing system (such as a computer), and the outside world, possibly a human, or another information processing system.

System.IO.IOException: file used by another process

I've been working on this small piece of code that seems trivial but still, i cannot really see where is …

c# file-io io ioexception
Create a file from a ByteArrayOutputStream

Can someone explain how I can get a file object if I have only a ByteArrayOutputStream. How to create a …

java file file-io io bytearrayoutputstream
How to read until end of file (EOF) using BufferedReader in Java?

I have problem with reading the input until EOF in Java. In here, there are single input and the output …

java io bufferedreader
How to quickly check if folder is empty (.NET)?

I have to check, if directory on disk is empty. It means, that it does not contain any folders/files. …

.net io directory
Wait Until File Is Completely Written

When a file is created (FileSystemWatcher_Created) in one directory I copy it to another. But When I create a …

c# file io filesystems copy
What Process is using all of my disk IO

If I use "top" I can see what CPU is busy and what process is using all of my CPU. …

linux io performance system-administration iostat
How to get File Created Date and Modified Date

I have an .NET EXE file . I want to find the file created date and modified date in C# application. …

c# file io last-modified datecreated
How do you determine the size of a file in C?

How can I figure out the size of a file, in bytes? #include <stdio.h> unsigned int fsize(…

c file io filesize
Reading file using relative path in python project

Say I have a python project that is structured as follows: project /data test.csv /package __init__.py module.py …

python python-3.x io relative-path python-import
an htop-like tool to display disk activity in linux

I am looking for a Linux command-line tool that would report the disk IO activity. Something similar to htop would …

linux command-line io