backanim

  JR-FileViewer
Properties   Methods Events
   

jrsoftlogo

CurrentFolder

  Description:

Gets/Sets the full path of the folder which FileViewer is currently browsing

       

 

  ico_syntax   Syntax:

FileViewer1.CurrentFolder [ = string]

       

  ico_weitere Remarks:


You can set this property to a valid path to cause FileViewer to browse the folder that the path denotes.

You can read this property to retrieve the full path of the folder which FileView is currently browsing. If FileViewer is currently browsing drives, then this property returns an empty string.

 

  ico_einstellungen Example:

       

    FileV1.Currentfolder = newfolder
    If FileV1.FileCommand.ComparePath(FileV1.Currentfolder, newfolder) = False Then
        MsgBox "can not set folder " + newfolder
    End If