I\'m having problems with renaming a directory multiple times, it seems to lock the file. // e comes from a objectListView item
This is going to take a while to explain but bear with me. I\'m automating the creation of project and lead records in our database based on the existence of sub directories at a certain path.The dir
I am using the directory class to get this information but unable to assign this data to a data member of my own class. i am doing an oop project. Furthermore,I want to use the concept of Dynamism(con
I\'m having trouble with getting the uptodate amount of files in a directory. The files are being printed from PDFCreator and being sent to that folder. When the number of files in the folder match th
I am developing an application using c# and asp.It need to access some places in the local network . There is a text box in the form which accept the path to be accessed from the user and will store i
If I do simply dirInfoObj.GetFiles(\"*.jpg\") , it will return the 2 jpg\'s I have there. But if I try and get both jpg\'s and png\'s, like
Assuming I have a folder structure like: C:\\MyTemp - MySubFolder If I try to delete this using: Dim path As String = \"C:\\MyTemp\"
How can i get all files without file extension into an array. I will su开发者_运维百科pply the folder path.
I\'m still new to C#... I\'m building a WPF application and I\'m trying to apply some User Application Settings. It\'s easy to insert standard App Settings (int, double, string, etc). I\'ve even got s
I am trying to select all the files from a folder in my website and store them in a collection. The problem is that when I run the website it is not selecting the folder in my website: