|
#1
|
||||
|
||||
|
Why doesn't the file path work?
Have you checked and checked again the file path to a file you are referencing in your project and yet still your project is not seeing the file? Well, below you will find an example of an improperly coded file path and the the correct way.
Here is the wrong syntax with regards to the file path between the double quotes: Code:
strData = TextFile.ReadToString("C:\text.txt"); -- Wrong!
Paragraph.SetText("Paragraph1", strData);
Code:
strData = TextFile.ReadToString("C:\\text.txt"); -- Correct!
Paragraph.SetText("Paragraph1", strData);
Last edited by Intrigued; 10-06-2004 at 11:21 PM. |
|
#2
|
||||
|
||||
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HOWTO: Create a Project Template | Support | AutoPlay Media Studio 4.0 Examples | 0 | 10-28-2002 02:49 PM |
| HOWTO: "Hide" Externally Referenced Files | Support | AutoPlay Media Studio 4.0 Examples | 0 | 10-23-2002 04:19 PM |
| Path problems in NT when executing file with spaces in path | tomarppe | Setup Factory 6.0 | 6 | 03-21-2002 03:01 PM |
| Can search allow manual browse even if file is found? | RichardShaw | Setup Factory 5.0 | 2 | 08-28-2000 07:08 PM |
| Install only into one of several directories with specific existing file? | RichardShaw | Setup Factory 5.0 | 0 | 08-17-2000 03:29 PM |
All times are GMT -6. The time now is 05:45 PM.








Linear Mode

