B
BigC
I am using the following line of code to save a voice file (.wav) to
disk and it works fine when the filename contains no spaces. However
the file doesn't get saved when its name contains a space. Does anyone
know what is going wrong and how I can fix it ?
nReturn = mciSendString("save Voice1 " & m_sVoiceFile, "0", 0, 0)
disk and it works fine when the filename contains no spaces. However
the file doesn't get saved when its name contains a space. Does anyone
know what is going wrong and how I can fix it ?
nReturn = mciSendString("save Voice1 " & m_sVoiceFile, "0", 0, 0)