Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Extracting file name from full name
Hello

I have a string that contains a full path and file name. What is the easiest
 way to extract the file name? For example the path is /dir1/dir2/dir3/file.
txt.

Andrew

Report this thread to moderator Post Follow-up to this message
Old Post
andrewmchorney@cox.net
09-28-07 12:01 AM


Re: Extracting file name from full name
andrewmchorney@cox.net wrote:
> Hello

Hello,

> I have a string that contains a full path and file name. What is
> the  easiest way to extract the file name? For example the path is
> /dir1/dir2/dir3/file.txt.

$ perl -le'

use File::Basename;

my $full_path = q[/dir1/dir2/dir3/file.txt];

my $file_name = basename $full_path;

print $file_name;

'
file.txt



John
--
Perl isn't a toolbox, but a small machine shop where you
can special-order certain sorts of tools at low cost and
in short order.                            -- Larry Wall

Report this thread to moderator Post Follow-up to this message
Old Post
John W. Krahn
09-28-07 12:01 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PERL Beginners archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:18 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.