python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Difference in underlying architecture for renaming a file in Win12 and Win2008
Just want to know what is the badic underlying architecture of renaming a file in different versions of Windows.
I am using ReadDirectoryChanges() and am getting a FILE_RENAME in buffer for Windows201...
Vineet Nanu
Votes: 0
Answers: 1
What is the "Common" folder used for in software files?
After looking through software files, I often came across a folder named "Common".
I suspect this is only used for convention and can be used however the developers desire, but what data is ...
Charlie
Votes: 0
Answers: 1
Directory structure for a C++ template library
I am creating a C++ template library which I intend to use as a vital component in a number of future projects. Due to the size of the library, I am dividing the code between a number of files, some o...
StillUsesFORTRAN
Votes: 0
Answers: 1
iterate though a directory of folder hierarchy %Y%m%d and perform some operation on files for each day
I have a folder which has a folder hierarchy like so %Y%m%d inside the day folder I have a folder which has multiple csv files on which I want to perform some operations. Everyday a new folder is crea...
dreskk
Votes: 0
Answers: 1