Autoinstallation Configuration System |
include/autoinstall/io.ycp |
I/O | |
|
|
This module has an unstable interface. |
Imports
Local Functions |
local
basename (string filePath)
->
string
Basename
- Parameters:
-
filePath
- Return value:
-
basename
local
dirname (string filePath)
->
string
Get directory name
- Parameters:
-
filePath
- Return value:
-
dirname
local
Get (string Scheme, string Host, string Path, string Localfile)
->
boolean
Get control files from different sources
- Parameters:
-
Scheme Host Path Localfile
- Return value:
-
true on success
local
GetURL (string url, string target)
->
boolean
Get a file froma given URL
- Parameters:
-
url target