NewsArchive
06-02-2009, 01:17 AM
Friedrich,
If use Create Folder function for the case where a user enters a new folder
that does not exist how does this function work? For example, none of the
following folders exists (except the drive):
M:\ProgramData\RFI\CoolApp\Data
Is there an issue with creating this? Assume that %DATADIR% is set to the
above folder, then what happens with the following code:
Create Folder "%DATADIR%"
If %_SB_ERRORCODE% Equals "0" Then
Display Message Box "The install was not able to create the data
folder..." -- "Creating the data folder failed"
End
Will the entire folder structure above be created? Or do I need to do
something else?
--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/dev.htm
If use Create Folder function for the case where a user enters a new folder
that does not exist how does this function work? For example, none of the
following folders exists (except the drive):
M:\ProgramData\RFI\CoolApp\Data
Is there an issue with creating this? Assume that %DATADIR% is set to the
above folder, then what happens with the following code:
Create Folder "%DATADIR%"
If %_SB_ERRORCODE% Equals "0" Then
Display Message Box "The install was not able to create the data
folder..." -- "Creating the data folder failed"
End
Will the entire folder structure above be created? Or do I need to do
something else?
--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/dev.htm