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
Play a specific scene or frame after I used LoadMovie method
Subtract two currency MERGEFIELDs in MS mail merge
Corel Draw Question - Convert RGB BITMAP to CDR
RPC service unavailable Server 2003/2008
Conditional where clause
How to display a JPEG image from another record
Event ID 4321 and 8003
Apache RewriteEngine - redirect home page & alternate domain
How to convert .avi files to .mpg files?
entering email address twice in a script to 'validate' it