Microsoft
Software
Hardware
Network
Question : directory selector
I need to create a box which lists all directories (no files) on a local and remote computer which has check boxes next to each directory.
This box will be embedded in a web page which has an existing form which one submit button, which takes the information from both the python box and the html form.
Is this possible?
Answer : directory selector
Yes you can accomplish your objective with Python and HTML.
With Python Use
os.listdir()
to get a list of files and directories, then use
if os.path.isdir()
to make sure you only output directories.
Random Solutions
WinXP Pro Active Directory domain logon
Error updating public folder with free/busy information on virtual machine (0x80004005)
Partition XP Drive: Combine two partitions when temp install files are residing on C:
A tiny Bash Script to sort and show
Printing directly from a webpage and printer settings.
Fatal Error
Outlook 2007 very slow to start - up to six minutes
Cannot find manufacturer for Sony VAIO PCV-RZ22G TV tuner card in order to install on SUSE 10.3
Configuring Webmail in Exchange 2003
What wrong with this line of code?