Browsed by
Tag: folders

A short script for testing writing many files to a folder

A short script for testing writing many files to a folder

The challenge: We want to see when the number of files in a folder decrease the performance on adding new files into the same folder. Two examples where we may need to do to this are: to get an overview of the performance of the file system node structure, or to test Windows function for 8dot3 format compatibility. The solution: We want to create a script that writes a large amount of files to the folder in question and is logging…

Read More Read More