Top "File" questions

A block of arbitrary information, or resource for storing information, accessible by the string-based name or path.

Why is “while ( !feof (file) )” always wrong?

I've seen people trying to read files like this in a lot of posts lately: #include <stdio.h> #…

c file while-loop eof feof
How to check the extension of a filename in a bash script?

I am writing a nightly build script in bash. Everything is fine and dandy except for one little snag: #!/bin/…

bash scripting file
Replace input type=file by an image

Like a lot of people, I'd like to customize the ugly input type=file, and I know that it can't …

css image file button input
Best way to resolve file path too long exception

I created a app that downloads all document libraries in a SP Site , but at one point it giving me …

c# .net string file sharepoint
Writing a dictionary to a text file?

I have a dictionary and am trying to write it to a file. exDict = {1:1, 2:2, 3:3} with open('file.txt', 'r') as …

python-3.x file dictionary file-writing
How to read/write from/to file using Go?

I've been trying to learn Go on my own, but I've been stumped on trying read from and write to …

file go
Using Server.MapPath in external C# Classes in ASP.NET

I'm trying to get the absolute path of certain files in a C# class. Server.MapPath works great of course …

c# asp.net file path relative-path
How often does python flush to a file?

How often does Python flush to a file? How often does Python flush to stdout? I'm unsure about (1). As for (2), …

python file flush
Write string to text file and ensure it always overwrites the existing content.

I have a string with a C# program that I want to write to a file and always overwrite the …

c# file text
How to Delete a directory from Hadoop cluster which is having comma(,) in its name?

I have uploaded a Directory to hadoop cluster that is having "," in its name like "MyDir, Name" when I am …

file hadoop comma