|
-
May 16th, 2008, 02:27 PM
#1
Thread Starter
Addicted Member
Working_directory & "\scripts"
Working_directory & "\scripts"
Is it possible to do this?
-
May 16th, 2008, 03:22 PM
#2
New Member
Re: Working_directory & "\scripts"
Of course it is, you just did it!!!
However, if in your ambiguity you mean is it possible to do this:
VB Code:
Dim Working_directory As String = FileSystem.CurDir
'OR
Dim Working_directory As String = My.Computer.FileSystem.CurrentDirectory.ToString
' This one is better as it gives you better productivity and performance in File I/O than CurDir
Dim scriptspath As String = Working_directory & "\scripts"
LNP
-
May 16th, 2008, 03:30 PM
#3
Re: Working_directory & "\scripts"
What do you mean by "working_directory"?
Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
- Abraham Lincoln -
-
May 16th, 2008, 04:16 PM
#4
Lively Member
Re: Working_directory & "\scripts"
Hi, a Workng directory is where the .exe is so it will be that forder that you will want to store scripts.
-
May 16th, 2008, 05:36 PM
#5
Thread Starter
Addicted Member
Re: Working_directory & "\scripts"
Ohh, lol, Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|