G
Guest
I am trying to import a .TXT file where the directory path
of this file contains embedded blanks in the name
e.g. //Mainfolder/My subfolder
I have tried following syntaxes:
//mainfolder/my subfolder/myfile.txt
"//mainfolder/my subfolder/myfile.txt"
'//mainfolder/my subfolder/myfile.txt'
\\mainfolder\my subfolder\myfile.txt
"\\mainfolder\my subfolder\myfile.txt"
'\\mainfolder\my subfolder\myfile.txt'
I always get the message: You cannot import a text file unless it
has one of these extensions: TXT, CSV, ...
So, what is the correct syntax ?
of this file contains embedded blanks in the name
e.g. //Mainfolder/My subfolder
I have tried following syntaxes:
//mainfolder/my subfolder/myfile.txt
"//mainfolder/my subfolder/myfile.txt"
'//mainfolder/my subfolder/myfile.txt'
\\mainfolder\my subfolder\myfile.txt
"\\mainfolder\my subfolder\myfile.txt"
'\\mainfolder\my subfolder\myfile.txt'
I always get the message: You cannot import a text file unless it
has one of these extensions: TXT, CSV, ...
So, what is the correct syntax ?