Top "Fileinfo" questions

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.

Does FileInfo.Extension return the last *.* pattern, or something else?

I'm curious what exactly the behavior is on the following: FileInfo info = new FileInfo("C:/testfile.txt.gz"); string ext = …

c# string file-extension fileinfo
.NET FileInfo.LastWriteTime & FileInfo.LastAccessTime are wrong

When I call FileInfo(path).LastAccessTime or FileInfo(path).LastWriteTime on a file that is in the process of being …

c# .net windows fileinfo
How to read file properties with PHP?

I'm wondering if there is a way I can store data like the author, in a file? Like you right …

php file properties fileinfo
Get file size without using System.IO.FileInfo?

Is it possible to get the size of a file in C# without using System.IO.FileInfo at all? I …

c# filepath filesize fileinfo
C# display all files from selected folder

I want to display all the files from a selected folder.. ie files from that folder and files from the …

c# wpf fileinfo directoryinfo
DirectoryInfo, FileInfo and very long path

I try to work with DirectoryInfo, FileInfo with very long path. I try use \\?\c:\long path (i got illegal …

c# .net fileinfo directoryinfo pathtoolongexception
HTTP Content length less than File byte-size, did it fully download?

Trying to determine if a user actually downloaded an executable file from a website. I examined the pcap and I …

http http-headers fileinfo
Python program to traverse directories and read file information

I'm just getting started with Python but already have found it much more productive than Bash shell scripting. I'm trying …

python fileinfo directory-traversal
SSIS Read file modification date

We have an SSIS process that imports various files in different formats from various sources. Each of these files is …

sql-server ssis fileinfo
Laravel 4 - no guessers available issue

I get this error: LogicException: Unable to guess the mime type as no guessers are available (Did you enable the …

laravel-4 wamp mime fileinfo