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.

File Info PHP Error - Class 'finfo' not found but the module is in php.ini

I am having a problem getting File Info working. It is enabled in PHP.ini but when I run a …

php php-extension fileinfo
How to get a fully qualified UNC path?

This might be simple and I'm just overlooking something. The FileInfo.FileName of a file lying on a network share …

c# path fileinfo
How to compare Files in two different Folders and perform conditional copying

I need to copy all the files from one folder (Source) to another folder (Destination). I also need to to …

c# file-io io directory fileinfo
File.Delete() versus FileInfo.Delete()

Is there much of a difference between using the static methods of the File object as opposed to creating a …

c# file-io fileinfo
Search File inside a folder using wild card

I try to search a file using wild card.My code is: string SearchQuery =''; List<ATTFile> lstFiles = …

c# asp.net file fileinfo
After enabling fileinfo extension and restarting Apache it still does not load

I want to use fileinfo extension in PHP (5.5). (On localhost(Windows), using XAMPP) So I went to php.ini and …

php apache xampp php-extension fileinfo
How to know if Array FileInfo[] contains a file

I have the following code, I receive an error at "if statement" saying that FileInfo does not contain a definition "…

c# linq ienumerable fileinfo
How to get the drive letter from a full name of the drive

How could the drive letter (e.g. F:\) be obtained from a known full name (if it is present) of …

c# .net windows fileinfo drive-letter
Could not find a part of the path

I am getting " Could not find a part of the path" error while copying a file from server to local …

c# fileinfo
How to sort DirectoryInfo.GetFiles()

I am creating the image of the PowerPoint file programmatically. And after saving the Images to the local drive I …

c# sorting fileinfo