Search:The WebTripod   
Lycos.com | Angelfire.com | WhoWhere.com | MailCity.com | Hotwired.com | HotBot.comAll Sites... 
 

Search for help by keyword:

MEMBERSHIP SUPPORT
Find Lost Password
Change Password
Find Your Member Name
Change E-mail Address
Verify E-mail Address Change
Change Membership Information
Check PM Status
Read the Tripod Insider
Unsubscribe to Tripod Insider
Can't find the answer?
Reporting Abuse at Tripod
Reserve Your Page


TABLE OF CONTENTS
About Tripod Membership

Homepage Building Help Help With Chat Help With Message Boards Pod Help Search Help Web and Community Guide Help Personalization Help Reporting Abuse at Tripod
      Tripod Help!

    Homepage Building Help

    Managing Directories

    This section answers questions about creating directories and moving your files among all your directories by using the Filemanager.

    Q: What is a directory?

    Tripod's Filemanager lets you create directories within your Tripod Member Directory. Macintosh or Windows '95 users can think of directories as "folders," which are places to organize and store files. Directories give you a lot more flexibility in grouping and organizing the files in your Tripod Member Directory.

    Files in directories can be viewed in the same way as files in your member directory. To figure out the name of a directory file, you'd just insert the name of the directory (bounded by "/"s on both sides) after your member name and before the filename.

    For example, if your member name was TriMember:

    http://members.tripod.com/~TriMember/images/mypicture.gif

    opens the mypicture graphic in directory /images/ in member directory ~TriMember.

    Q: How can I create a directory?

    You may create a directory using FTP, or using the Filemanager directory utility, as described below.

    1. Select 'FILE - options'.
    2. Choose the 'New Directory' option.
    3. A box will pop up asking you to enter in the name of your new directory. Type in the name, then click OK.

    OR, just click on the New Directory icon on the Filemanager toolbar.

    Remember that directory names, like filenames, are CaSe sensitive.

    Q: Can I make more than one directory?

    You can create as many directories and subdirectories as you would like!

    Q: How can I tell what directories I have?

    Directories appear along with your files in the Filemanager. If you want to see only your directories, not your files, click on the All Directories icon on the Filemanager toolbar. To view the contents of a directory, click on the directory name, and the contents will be displayed.

    Q: How can I manange files in directories?

    The Filemanager's commands allow you to manipulate your files. This section lists all the commands and specific information about managing directories and files with the Filemanager. Note: Most of the tasks described below can also be achieved by FTP.

    Move

    The move option lets you move a file from one directory to another directory. For example:

    a.From your general Filemanager directory to a subdirectory
    b. From one directory to another
    c. From a subdirectory to your home (or "root") directory

    Since it doesn't make sense to move a file into the same directory, the Move command will not let you rename the file. To rename a file, use the Rename command.

    To move a file, click on the Move tag next to the name of the file you wish to move. A screen appears on which you can select a destination directory. Select the destination directory from the pulldown menu of all available directories, then click the 'Move' button. Remember that you cannot change a filename using the Move command.

    You cannot use the Move command to move a whole directory, because you'd have nowhere to move it! Why? A directory must reside within your Tripod Member Directory.

    Rename

    The Rename function lets you rename a file within its present directory. You cannot use the Rename command to rename a file and move it to another directory: Use the Copy command instead.

    To rename a file, click on the Rename tag next to the file you wish to rename. You will then see a screen that shows the file you want to rename and lets you select a new filename. Enter the new filename in the space provided, then click the 'Rename' button. Remember that you cannot move to another directory using the Rename command.

    If you rename a directory, the Filemanager automatically moves all files from the old directory into the new directory.

    Copy

    The Copy function lets you copy a file within the same directory or copy it into another directory. However, a QuickPage cannot be moved out of your Tripod Member Directory using the Copy command.

    To copy your file, click on Copy next to the file you wish to copy. A screen will appear that shows the file you want to rename. It lets you select a destination directory and new filename. Here's what to do:

    1. Select the destination directory from the pulldown menu;
    2. Enter a new filename in the space provided;
    3. Press the Copy button.

    You cannot use the Copy command to copy a directory.

    Delete

    The Erase function lets you delete files.

    To delete a file, click on the box next to the file you wish to erase, and choose the Delete option from the 'FILE - options' pulldown menu. The Filemanager will ask for confirmation, then it will delete your file.

    If you erase a directory, you automatically erase all the files in that directory.

    Convert

    Convert takes a QuickPage and converts it to an HTML page by removing the special information that QuickPage has inserted in the HTML file. Once you convert a page, you can no longer edit it with the QuickPage Builder.

    Q: Can I move a QuickPage to another directory?

    Pages built with the QuickPage Builder must remain in your main Tripod Member Directory to take advantage of the QuickPage formatting. Therefore, you cannot move them.

    Q: How does a directory affect my disk quota?

    Directories do not affect your disk quota, much. The Filemanager displays the total amount of disk space used by all the files in a directory. It's the files within a directory that take up all the space.

    Your Tripod Member Directory information is displayed at the bottom of the file table. This display contains information about the total number of files in all your directories, the total number of your directories, the total space you've used in all your directories combined, your Tripod disk quota, and the remaining amount of space you have free.

    Q: Can I use FTP to create a new directory or to navigate through my directories?

    Tripod now allows directories to be created using FTP. Similarly, Tripod's FTP server now supports file upload to directories.

    Q: I have a graphic in a directory. How do I put it on my page?

    Using directories, things can get a little complicated when you tell your page where to find all the graphics files it needs. Here are three different cases you might have:

    1. If your graphics file is in the same directory as the HTML file for your page, simply give the graphic filename as part of your IMG SRC tag.

    For example, if your graphic is named "mygraphic.gif":

      <IMG SRC="mygraphic.gif">

    2. If your graphics file is in a directory and your HTML file is in your main Tripod Member Directory, you'll need to include the name of the directory in your IMG SRC tag.

    For example, if your graphics file is named "mypicture.gif" and it is in your "images" directory, specify the pathname:

      <IMG SRC="images/mypicture.gif">

    HINT: Notice that there is no "/" character before the name of the directory. That's because if you put a "/" in front, the server will try to find a top-level member directory with that name, instead of one of your directories.

    3. If your HTML file is in a directory and your graphics file is in another directory, you'll need to include the name of your main directory in addition to the location of the graphic.

    For example, if your member name is TriMember, your graphic "mygraphic.gif" is located an "images" directory, and the HTML file is located in another directory, the image reference would be:

      <IMG SRC="/~TriMember/images/mypicture.gif">

    In general, it may be safer to always specify the whole path, as in the above example, so you don't have to worry about where the graphic is in relation to where the HTML file is located.


    Previous: Using the Filemanager Top of Page Next: The Tripod Image Library
       A Lycos Network Site
      © Tripod Inc. Tripod ® is a registered servicemark of Tripod, Inc., a Lycos Company. All rights reserved.
    Advertise with Tripod