Pkg::SourceProvideFile Source_SourceProduct.htmlPrev  Access to Installation Sources  Source_SourceProvideOptionalFile.htmlNext Name
Pkg::SourceProvideFile — Make a file available at the local filesystem
Synopsis
            string
            
SourceProvideFile          (
            integer
             
SrcId          , 
             integer
             
medianr          , 
             string
             
file          
); Parameters
            
integer            
SrcId          
Specifies the InstSrc .
            
integer            
medianr          
Number of the media the file is located on ('1' for the 1st media).
            
string            
file          
Filename relative to the media root.
Return
            
string          
local path as string 
Description
        
 Let an InstSrc provide some file (make it available at the local filesystem).
      
Source_SourceProduct.htmlPrev  Source.htmlUp  Source_SourceProvideOptionalFile.htmlNext Pkg::SourceProduct index.htmlHome  Pkg::SourceProvideOptionalFile 