Thread
:
How to open directory ?!
View Single Post
•
•
Join Date: Sep 2008
Posts: 4
Reputation:
Solved Threads: 0
viktorijakup
Offline
Newbie Poster
Re: How to open directory ?!
0
#
3
Sep 22nd, 2008
Hi !!!
Help with Code Tags
Perl Syntax
(
Toggle Plain Text
)
system
(
"start $to_dir"
)
;
# this will open folder in win explorer
system("start $to_dir"); # this will open folder in win explorer
But I need the same in "
Far manager
".
viktorijakup
View Public Profile
Find all posts by viktorijakup