B
bob
Hi,
Its bizarre.
Development platform Win2003 server VS2008.
Archiving a file by moving it from one directory to another.
On development machine all is fine.
File MRSLWCCWDAL0000.G14 (real file name) moves from live directory
to archive directory which is a subdirectory of the live directory
which is on a LAN server.
On target client machine (XPProfessional).
The file moves but every character left of the extension separator
gets stripped off. So in the archive directory you end up with a file
called '.G14'
I have used the directory and file static methods that move, I have
tried copy and delete I have put a thread sleep between copy and
delete.
Result is always the same.
Works on development platform, strips the file name on the client
machine.
Any clues where to look would be appreciated.
thanks
Bob
Its bizarre.
Development platform Win2003 server VS2008.
Archiving a file by moving it from one directory to another.
On development machine all is fine.
File MRSLWCCWDAL0000.G14 (real file name) moves from live directory
to archive directory which is a subdirectory of the live directory
which is on a LAN server.
On target client machine (XPProfessional).
The file moves but every character left of the extension separator
gets stripped off. So in the archive directory you end up with a file
called '.G14'
I have used the directory and file static methods that move, I have
tried copy and delete I have put a thread sleep between copy and
delete.
Result is always the same.
Works on development platform, strips the file name on the client
machine.
Any clues where to look would be appreciated.
thanks
Bob