¡@

Home 

c++ Programming Glossary: filesystems

Can I use a mask to iterate files in a directory with Boost?

http://stackoverflow.com/questions/1257721/can-i-use-a-mask-to-iterate-files-in-a-directory-with-boost

do I need a regex or something against each leaf c boost filesystems share improve this question EDIT As noted in the comments..

Why are preprocessor macros evil and what are the alternatives?

http://stackoverflow.com/questions/14041453/why-are-preprocessor-macros-evil-and-what-are-the-alternatives

name in different paths and with some network setups and filesystems. But in general what about macros and alternatives to their..

How do I get the directory that a program is running from?

http://stackoverflow.com/questions/143174/how-do-i-get-the-directory-that-a-program-is-running-from

suggestions that work in Windows and Linux for specific filesystems are welcome too. c c current dir share improve this question..

How to find the size of all files, located inside a folder

http://stackoverflow.com/questions/15495756/how-to-find-the-size-of-all-files-located-inside-a-folder

of a folder including all subfolders and files c windows filesystems directory folder share improve this question Actually I..

How do I “normalize” a pathname using boost::filesystem?

http://stackoverflow.com/questions/1746136/how-do-i-normalize-a-pathname-using-boostfilesystem

to directly manipulating the path as a string c boost filesystems share improve this question Prior to Boost 1.48 As mentioned..

Checking if a folder exists (and creating folders) in Qt, C++

http://stackoverflow.com/questions/2241808/checking-if-a-folder-exists-and-creating-folders-in-qt-c

any references online for it or in qt's help Thanks. c qt filesystems share improve this question To check if a directory named..

Enumerate external drives

http://stackoverflow.com/questions/2980509/enumerate-external-drives

In that case I need both Windows and Linux code. java c filesystems drivers share improve this question To get file system info..

How do you read the 128-bit NTFS FILE_ID for a directory and/or file?

http://stackoverflow.com/questions/3482178/how-do-you-read-the-128-bit-ntfs-file-id-for-a-directory-and-or-file

could use WMI for this is that where I should turn c# c filesystems ntfs share improve this question A bit of searching took..

Checking for file existence in C++

http://stackoverflow.com/questions/3622030/checking-for-file-existence-in-c

question it is a question about best practice. c file io filesystems file permissions share improve this question Generally I..

In C++, what is the proper way to insert a line at the beginning of a text file?

http://stackoverflow.com/questions/4179349/in-c-what-is-the-proper-way-to-insert-a-line-at-the-beginning-of-a-text-file

io share improve this question As Ignacio says most filesystems don't support insertion in files not to mention text files... appear to achieve this fixed size . However some common filesystems do support associating extra information with files. For example..

How does behave linux buffer cache when an application is crashing down?

http://stackoverflow.com/questions/5132343/how-does-behave-linux-buffer-cache-when-an-application-is-crashing-down

flushed to the disk or discarded and lost c linux file io filesystems io share improve this question Complicating this problem..

How to see if a subfile of a directory has changed

http://stackoverflow.com/questions/56682/how-to-see-if-a-subfile-of-a-directory-has-changed

bit will be set but the folders will not. c windows filesystems ntfs share improve this question This article should help...

Is the backslash acceptable in C and C++ #include directives?

http://stackoverflow.com/questions/5790161/is-the-backslash-acceptable-in-c-and-c-include-directives

says that there is such a thing as paths. There are filesystems out there with no paths at all However many libraries assume..

How do you iterate through every file/directory recursively in standard C++

http://stackoverflow.com/questions/67273/how-do-you-iterate-through-every-file-directory-recursively-in-standard-c

through every file directory recursively in standard C c filesystems share improve this question In standard C technically there..

Volume Shadow Copy (VSS)

http://stackoverflow.com/questions/692848/volume-shadow-copy-vss

you are doing simple file backups it helps to understand filesystems NTFS FAT etc so that you know what you can should backup and..

Optimal buffer size for write(2)

http://stackoverflow.com/questions/8803515/optimal-buffer-size-for-write2

check it yourself answers I'd like to get some answer from filesystems guys. c c linux gcc filesystems share improve this question.. to get some answer from filesystems guys. c c linux gcc filesystems share improve this question As discussed in comments I believe..

How do I make my program watch for file modification in C++?

http://stackoverflow.com/questions/931093/how-do-i-make-my-program-watch-for-file-modification-in-c

necessarily have to be platform independent c file io filesystems monitoring fsevents share improve this question There are..