Chars:Array[0..255] of char ;
filename:string;
在Chars中前五个字符为Chars[0]+Chars[1]+Chars[2]+Chars[3]+Chars[4]='sfile',后面是某个文件的文件名,请问如何得到文件名并赋值给filename