Tagged Questions

5
votes
8answers
10k views

Maximum Filename Length in NTFS (XP and Vista)?

Quick and simple question which I need the answer to. I'm designing a database table which will hold filenames of uploaded files. What is the maximum length of a filename in NTFS; …
0
votes
2answers
56 views

Get names of all files from a folder with Ruby

I want to get all file names from a folder using Ruby.
0
votes
1answer
28 views

With php cURL get filename from file header

Hello, I have this php cURL function: function curl_login($url,$data,$proxy,$proxystatus){ $fp = fopen("cookietlt.txt", "w"); fclose($fp); $login = curl_init(); curl_setopt($logi …
0
votes
4answers
90 views

Get All current file names in directory and write it out in console C#

I'm writing a program that requires the ability to list all applications installed, and it will do that by listing all the uninstallers for it in a specific directory. This code is …
0
votes
1answer
29 views

MonoDevelop 2.2 beta 2 “No File Name Provided” When Launching in External Console

When I try to run my Mono C# programs in MonoDevelop on an external console, I get the following error. http://i146.photobucket.com/albums/r248/bobber205/error.jpg (First time nee …
1
vote
2answers
470 views

C#/.NET Server Path to default/index page

In my attempt to further future-proof a project I am trying to find the best way to retrieve the full path and filename of the index/default page in a web directory using C# and wi …
3
votes
1answer
69 views

Regex for file names, with no url?

How can I write a regex which will replace any file name, with it's folder path, but wouldn't match url? and wouldn't match in url? For example it should match: /images/something. …
0
votes
2answers
49 views

Deleting smaller sized dupes of files

I'm trying to locate files with the same name and delete all of the smaller sized copies, leaving only the largest. For example: test.jpg = 2kb, test.jpg=9kb, test.jpg=5kb. The 2kb …
0
votes
2answers
34 views

Problem checking the name of a file in php

I am writing a PHP page to convert an uploaded file to XML. I only want to convert the news file to XML. The only file that ever needs to be converted is news.htm. I have narrowed …
2
votes
5answers
173 views

file_exists() for a file that contains (&) in filename

$filename = "Sara & I.mp3"; if (file_exists($filename)) { ... } If the filename has a "&" PHP does not return true for file_exists How can I escape "&" in the $file …
0
votes
2answers
56 views

TFS rollback when user deleted file and created new one with same name

Someone (other than myself) accidentally deleted files in TFS and checked it in. He then discovered his error and wanted to replace the lost files, which he did - from his own hard …
0
votes
1answer
36 views

print entire directory of text files to printer with filename as header using bash or openoffice basic script

I want to print an entire directory of text files to a printer inserting the file name at the top of the first page of each file that is printed. A bash or openoffice script would …
1
vote
2answers
51 views

file name with special characters like “é” NOT FOUND

I have a folder on my website just for random files. I used php opendir to list all the files so i can style the page a bit. But the files that I uploaded with special characters i …
1
vote
3answers
104 views

Reading a file name from piped command

So I'm trying to get the C program to read a filename from the command line in the following format: cat (filename path) | (program name) i can get it to read the name of the inpu …
5
votes
2answers
100 views

Java Can’t Open a File with Surrogate Unicode Values in the Filename?

I'm dealing with code that does various IO operations with files, and I want to make it able to deal with international filenames. I'm working on a Mac with Java 1.5, and if a file …

1 2 3 4 next
15 30 50 per page