Manpage of CYGWIN_SPLIT_PATH

Google
Web www.fiveanddime.net

CYGWIN_SPLIT_PATH

Section: C Library Functions (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

cygwin_split_path  

SYNOPSIS

extern "C" void
cygwin_split_path (const char * path, char * dir, char * file);

 

DESCRIPTION

Split a path into the directory and the file portions. Both dir and file are expected to point to buffers of sufficient size.

 

EXAMPLE


char dir[200], file[100];
cygwin_split_path("c:/foo/bar.c", dir, file);
printf("dir=%s, file=%s\n", dir, file);

 

COPYRIGHT

Cygwin is Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.

Cygwin is Free software; for complete licensing information, refer to:

http://cygwin.com/licensing.html  

MAINTAINER

This man page was written and is maintained by Joshua Daniel Franklin, joshuadfranklin@yahoo.com

 

SEE ALSO

The full documentation to the Cygwin API is maintained on the web at:

http://cygwin.com/cygwin-api/cygwin-api.html

The website is updated more frequently than the man pages and should be considered the authoritative source of information.


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
COPYRIGHT
MAINTAINER
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:15 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net