anthony tang: hci geek @ university of calgary (canada)
Random :: File Name From Path
  • View
  • Edit
  • History
  • Print

Home

Teaching

  • CPSC 481 - HCI
  • CPSC 681 - HCI Research Methods

Research

  • Research Group
  • Publications
  • CV (pdf)

Students

Resources

  • Tips

Random/Fun

  • HCI Tangs
  • Code Snippets
  • Apps/Utilities
  • Really Random
  • Legend of Larry

More Tony

  • Contact
  • Blog
  • Twitter
  • Flickr
  • YouTube

Work (password)

(edit)

(:source lang=C# :)
using System.IO;
...
Path.GetFileName(string path);
  • Getting filename from path string
  π