T O P I C R E V I E W |
cosy |
Posted - 12/08/2005 : 10:26:22 AM Origin Version (Select Help-->About Origin): Origin Pro 7 Operating System: WinXp Hi, How do I get the file name of an imported worksheet. The commands fdlog.get and getfilename return the path plus the file name. I just need the file name without the path. Regards, COSY.
|
1 L A T E S T R E P L I E S (Newest First) |
Mike Buess |
Posted - 12/08/2005 : 11:23:20 AM This works in Origin 7SR4...
fdlog.get(A,n,0); // %A=file path\name of nth file fdlog.get(A,n,1); // %A=file name without extension fdlog.get(A,n,2); // %A=extension
Mike Buess Origin WebRing Member |
|
|