This change breaks copy in cmd, unless you are in the root of a drive.
[ros-svn] [hbirr] 19535: - Allow trailing back slashes only for directories. hbirr at svn.reactos.com hbirr at svn.reactos.com Thu Nov 24 22:08:17 CET 2005
- Previous message: [ros-svn] [gvg] 19534: Fix optimized builds
- Next message: [ros-svn] [jimtabor] 19536: Fix missed files. Svn problem?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Allow trailing back slashes only for directories.
- Allow trailing back slashes, if a new directory will be created.
Updated files: trunk/reactos/drivers/fs/vfat/create.c trunk/reactos/drivers/fs/vfat/vfat.h
WD -- <mikedep333> but if it isnt working, why is it even included on the CD?
I don't know, what exactly you would call a proper output, but it says ERROR_FILE_NOT_FOUND - The system cannot find the file specified. in revision 19784, haven't checked 19785, but I think it should be the same.
Greets,
David Hinz
Bernd Blaauw schrieb:
WaxDragon schreef:
This change breaks copy in cmd, unless you are in the root of a drive.
offtopic, but while at it, does "CD non_existing_directory" produce a proper output again?
Bernd _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
From: David Hinz
I don't know, what exactly you would call a proper output, but it says ERROR_FILE_NOT_FOUND - The system cannot find the file specified. in revision 19784, haven't checked 19785, but I think it should be the same.
Sounds like output from FormatMessage(), which was horribly broken. Fixed in r19728/19731.
GvG