Results 1 to 2 of 2

Thread: Virtual Folder

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Location
    Vancouver,Canada
    Posts
    6

    Question

    Does anyone know how I can create a Virtual Folder like the Recycle Bin in Windows Explorer. Is it an api call or? Any tips or a link to some wonderful code would be great.
    I want to create my virtual X drive for example and then create folders for the virtual drive (ex. x:\folder1\sample.vbp). Then I would like to map the files in these folders to an ftp site or some other location, perhaps the file names could reside in an ini file or database.

    Thanks!

    Rob

  2. #2
    Guest
    You need to add desktop.ini and add the System attribute.

    Desktop.ini:
    Code:
    [.ShellClassInfo]
    ConfirmFileOp=0
    Logo=C:\WINDOWS\web\biz_sl.gif
    WideLogo=C:\WINDOWS\web\biz_wl.gif
    IconIndex=0
    IconFile="D:\Progra~1\microsoft Visual Studio\common\msdev98\bin\msdev.exe"
    'icons
    
    [ExtShellFolderViews]
    Default={5984FFE0-28D4-11CF-AE66-08002B2E1262}
    {5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}
    
    [{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
    PersistMoniker=file://C:\windows\web\vs.htt
    'The Hypertext Template File

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width