¡@

Home 

c# Programming Glossary: filesystems

c# Find a file within all possible folders?

http://stackoverflow.com/questions/1225294/c-sharp-find-a-file-within-all-possible-folders

it found it in Any help is wonderful c# file search filesystems share improve this question This code fragment retrieves..

Insert bytes into middle of a file (in windows filesystem) without reading entire file (using File Allocation Table)?

http://stackoverflow.com/questions/13430210/insert-bytes-into-middle-of-a-file-in-windows-filesystem-without-reading-entir

point in the middle of the file c# windows file winapi filesystems share improve this question EDIT Blah I'm going to say this..

Can you call Directory.GetFiles() with multiple filters?

http://stackoverflow.com/questions/163162/can-you-call-directory-getfiles-with-multiple-filters

Is there a way to do this in one call c# .net filesystems system.io share improve this question For .NET 4.0 and later..

Unique file identifier in windows

http://stackoverflow.com/questions/1866454/unique-file-identifier-in-windows

would do what I'm looking for. Any ideas c# .net windows filesystems share improve this question If you call GetFileInformationByHandle..

What is the best buffer size when using BinaryReader to read big files (>1GB)?

http://stackoverflow.com/questions/19558435/what-is-the-best-buffer-size-when-using-binaryreader-to-read-big-files-1gb

when using FileInputStream c# .net windows performance filesystems share improve this question Sequential File Programming..

Can I simply 'read' a file that is in use?

http://stackoverflow.com/questions/203837/can-i-simply-read-a-file-that-is-in-use

copying it Or is that my only option c# file file io filesystems file permissions share improve this question You can read..

How can I compare (directory) paths in C#?

http://stackoverflow.com/questions/2281531/how-can-i-compare-directory-paths-in-c

be happy with anything good enough too... c# .net path filesystems share improve this question GetFullPath seems to do the..

Figuring out whether string is valid file path?

http://stackoverflow.com/questions/3067479/figuring-out-whether-string-is-valid-file-path

file path Anyone know a quick way to do this c# .net filesystems share improve this question A 100 accurate checking of a.. background to communicate with the kernel. And since most filesystems today support unicode one might also need to check for all the..

Proper way to stop TcpListener

http://stackoverflow.com/questions/365370/proper-way-to-stop-tcplistener

I O callbacks when working with I O like network or filesystems. It's far FAR more efficient and your application will work..

Best way to determine if two path reference to same file in C#

http://stackoverflow.com/questions/410705/best-way-to-determine-if-two-path-reference-to-same-file-in-c-sharp

file being drag and dropped to my linklist. c# api filesystems share improve this question As far as I can see 1 2 3 4..

Determining if file exists using c# and resolving UNC path

http://stackoverflow.com/questions/458363/determining-if-file-exists-using-c-sharp-and-resolving-unc-path

for these methods would be greatly appreciated. c# filesystems share improve this question You can create a FileInfo for..

How check if given string is legal (allowed) file name under Windows?

http://stackoverflow.com/questions/62771/how-check-if-given-string-is-legal-allowed-file-name-under-windows

. What is the best way to do such check c# windows file filesystems share improve this question You can get a list of invalid..

How to get a path to the desktop for current user in C#?

http://stackoverflow.com/questions/634142/how-to-get-a-path-to-the-desktop-for-current-user-in-c

How can I do this in C# c# windows filesystems directory share improve this question string path Environment.GetFolderPath..

Path.Combine absolute with relative path strings

http://stackoverflow.com/questions/670566/path-combine-absolute-with-relative-path-strings

resolver which shouldn't be too hard c# .net windows path filesystems share improve this question I am annoyed by this as well...

Is there a faster way to scan through a directory recursively in .NET?

http://stackoverflow.com/questions/724148/is-there-a-faster-way-to-scan-through-a-directory-recursively-in-net

that if there is a built in way that is faster. c# .net filesystems share improve this question This implementation which needs..

How To: Prevent Timeout When Inspecting Unavailable Network Share - C#

http://stackoverflow.com/questions/726602/how-to-prevent-timeout-when-inspecting-unavailable-network-share-c-sharp

and hopefully managed solution c# windows networking filesystems share improve this question Place it on its own thread if..

Atomicity of File.Move

http://stackoverflow.com/questions/774098/atomicity-of-file-move

intact My gut says yes but I wanted to make sure. c# .net filesystems share improve this question Yes in NTFS. From here As an..