RE: [perl-win32-gui] BrowseForFolder?

2001-01-04 Thread Yoda

cut from methods.html
BrowseForFolder( OPTIONS )
Displays the standard ``Browse For Folder'' dialog box. Returns the selected
item's name, or undef if no item was selected or an error occurred.

Note that BrowseForFolder must be called as a standalone function, not as a
method.

Example:

$folder = Win32::GUI::BrowseForFolder(
-root = "C:\\Program Files",
-includefiles = 1,
);
end cut

--Yoda
PlanetUnreal

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Joel Oliveira
Sent: Thursday, January 04, 2001 9:18 PM
To: [EMAIL PROTECTED]
Subject: [perl-win32-gui] BrowseForFolder?


Hello All,
Can I get something like BrowseForFolder in the Win32:GUI?
Thanks,

Joel Oliveira






RE: [perl-win32-gui] BrowseForFolder?

2001-01-04 Thread Joel Oliveira

Where can I get this file (documentation)?

# cut from methods.html
# BrowseForFolder( OPTIONS )
# Displays the standard ``Browse For Folder'' dialog box. Returns 
# the selected
# item's name, or undef if no item was selected or an error occurred.
# 
# Note that BrowseForFolder must be called as a standalone 
# function, not as a
# method.
# 
# Example:
# 
# $folder = Win32::GUI::BrowseForFolder(
# -root = "C:\\Program Files",
# -includefiles = 1,
# );
# end cut
# 
# --Yoda
# PlanetUnreal
# 
# -Original Message-
# From: [EMAIL PROTECTED]
# [mailto:[EMAIL PROTECTED]]On Behalf Of Joel Oliveira
# Sent: Thursday, January 04, 2001 9:18 PM
# To: [EMAIL PROTECTED]
# Subject: [perl-win32-gui] BrowseForFolder?
# 
# 
# Hello All,
# Can I get something like BrowseForFolder in the Win32:GUI?
# Thanks,
# 
#   Joel Oliveira
# 
# 
#