¡@

Home 

c# Programming Glossary: filenames

Get file name from URI string in C#

http://stackoverflow.com/questions/1105593/get-file-name-from-uri-string-in-c-sharp

1 else fileName hrefLink return fileName c# string uri filenames share improve this question You can just make a System.Uri..

Cannot find the memory leak

http://stackoverflow.com/questions/13355496/cannot-find-the-memory-leak

test purposes I compiled the app with offline images their filenames are numbered set to Content and accessed them via hard coded..

How to remove illegal characters from path and filenames?

http://stackoverflow.com/questions/146134/how-to-remove-illegal-characters-from-path-and-filenames

to remove illegal characters from path and filenames I need a robust and simple way to remove illegal path and file..

C# - Delete files from directory if filename contains a certain word

http://stackoverflow.com/questions/1620366/c-sharp-delete-files-from-directory-if-filename-contains-a-certain-word

.doc Only delete DOC files containing DeleteMe in their filenames string fileList System.IO.Directory.GetFiles rootFolderPath..

C# WinForms - Smart TextBox Control to auto-Format Path length based on Textbox width

http://stackoverflow.com/questions/2397860/c-sharp-winforms-smart-textbox-control-to-auto-format-path-length-based-on-tex

welcome. Thank you very much. c# winforms path textbox filenames share improve this question Yes it's a built in capability..

Non Unicode in Content-Disposition header

http://stackoverflow.com/questions/2543584/non-unicode-in-content-disposition-header

restricts parameter values and hence Content Disposition filenames to US ASCII. But then I found references that RFC 2045 is absolete..

Image Uploading - security issues

http://stackoverflow.com/questions/2595992/image-uploading-security-issues

with earlier versions alas. Also Sanitising user specified filenames is hard especially if your app is likely running on a Windows.. running on a Windows server where the rules about usable filenames are complicated indeed. A good place to start is allowing only.. A prefix is necessary to avoid the Windows reserved filenames and the empty filename. Better store the user supplied filename..

Sending email with attachments from C#, attachments arrive as Part 1.2 in Thunderbird

http://stackoverflow.com/questions/2825950/sending-email-with-attachments-from-c-attachments-arrive-as-part-1-2-in-thunde

anything I can do on the C# end I have tried using short filenames and HTML encoding for the body but neither made a difference...

C# Sanitize File Name

http://stackoverflow.com/questions/309485/c-sharp-sanitize-file-name

construct a list of characters that can't show up in filenames. need to do this because is not in InvalidPathChars if _BadChars..

Sorting an array of folder names like Windows Explorer (Numerically and Alphabetically) - VB.NET

http://stackoverflow.com/questions/3099581/sorting-an-array-of-folder-names-like-windows-explorer-numerically-and-alphabet

even nicer if the sorting could be applied to an array of filenames instead of foldernames or an array containing both folders and.. against something else. And the way Windows Explorer sorts filenames is using a function called StrCmpLogicalW . You can use this..

process.start() arguments

http://stackoverflow.com/questions/3268022/process-start-arguments

share improve this question Try fully qualifying the filenames in the arguments I notice you're specifying the path in the..

Binding image in Isolated Storage

http://stackoverflow.com/questions/4114153/binding-image-in-isolated-storage

are string file names. Your converter needs to use them as filenames and open a stream based on that name. At the moment it is trying..

Extracting files from a Zip archive programmatically using C# and System.IO.Packaging

http://stackoverflow.com/questions/507751/extracting-files-from-a-zip-archive-programmatically-using-c-sharp-and-system-io

existing files DotNetZip supports multi byte chars in filenames Zip encryption AES encryption streams Unicode self extracting..

Why Does Path.Combine not properly concatenate filenames that start with Path.DirectorySeparatorChar

http://stackoverflow.com/questions/53102/why-does-path-combine-not-properly-concatenate-filenames-that-start-with-path-di

Does Path.Combine not properly concatenate filenames that start with Path.DirectorySeparatorChar In the Immediate..

Deploy C# ActiveX in a CAB for Internet Explorer use

http://stackoverflow.com/questions/5484326/deploy-c-sharp-activex-in-a-cab-for-internet-explorer-use

SampInst.msi . Note I would use an 8.3 filename as long filenames can cause issues. While testing I would not use the qn switch..

Problems with DeploymentItem attribute

http://stackoverflow.com/questions/883270/problems-with-deploymentitem-attribute

in the files tif directory. According to a rule the TIF filenames have to match a certain pattern which is also checked by the.. by the ExistsTifTest method. Now I had to change the filenames in order to adapt them to the new requirements and suddently..