Rename a Folder With VBNET
Loading...
321
views
Loading...
Uploader Comments (MwalimuJennLewis)
see all
All Comments (2)
-
Thanks, Just what I needed..
I know there are problems but it answered my question about System.IO
Loading...
One quick question: why the need to initialize a variable for Directory class? Directory class provides shared members. Is there a particular purpose to explicitly create a variable (strToBackup)?
rafaybinali 2 years ago
You can use the shared members rather than define the information in a variable. If I have to repeat a call, sometimes I just define the variable rather than call the shared members multiple times.
MwalimuJennLewis 2 years ago