fileinfo
Using php_fileinfo.dll and finfo_open in Windows PHP 5.3.5
I\'m having trouble calling finfo_open in a PHP script running on Windows Server 2003 with PHP 5.3.5 & IIS 6. The call always returns Fatal error: Call to undefined function finfo_open() in...[详细]
2023-02-13 01:26 分类:问答Getting files info (accessed/modified dates) from FTP server (C#)
I\'m creating a program which downloads files off various types of servers, such as network paths or HTTP servers, based upon criteria. So far I have it working based upon a regex, but I\'d also like[详细]
2023-01-28 08:35 分类:问答c# replace string within file
String.Repl开发者_开发百科ace doesn\'t seem to work properly when replacing a portion of an HTML file\'s content. For example, String.Replace replaces </body></html> with blah blah blah &l[详细]
2023-01-28 06:44 分类:问答FileInfo.Exists not reliable with UNC path
I want to determine if a UNC file exists. I create a FileInfo object, then call FileInfo.Exists. But it\'ll occasionally return false, even if the file actually exists.[详细]
2023-01-27 18:41 分类:问答C# How to loop a large set of folders and files recursively without using a huge amount of memory
I want to index all my music files and store them in a database. I have this function that i call recusively, starting from the root of my music drive.[详细]
2023-01-26 09:04 分类:问答FileInfo.OpenRead() - what type of encoding does it use?
I\'m using this method to write to a MemoryStream object, which is subsequen开发者_如何转开发tly stored a binary in SQL. It is being used to read in .HTML files from the file system on Windows.[详细]
2023-01-22 17:40 分类:问答Accessing http://< someserver.com/logs:<someportnumber> > in client side using c# code
I have a scenario in my mind .. I need validations/suggestions from Stack over flow !! :) There is a (remote)开发者_运维知识库apache server hosting this URL \"http://someserver.com/logs/log.txt:4041\[详细]
2023-01-22 15:02 分类:问答Path of recent creation time of a single file using C#
How to get the path of开发者_StackOverflow社区 the recent or latest filebased on creation time (say \'test.xml) located in many sub directories within a main directory.You can use LINQ:[详细]
2023-01-20 19:42 分类:问答Get object extension from AccessibleObjectFromWindow?
I managed to get the selected file in the current working folder from Windows Explorer using SystemAccessibleObject from http://mwinapi.sourceforge.net/[详细]
2023-01-19 23:46 分类:问答What is the fastest way of getting a file length in .net?
What is the fastest way of getting a file length in .net? Note: I am accessing files via a network share.[详细]
2023-01-17 01:27 分类:问答