Creating shortcuts?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ron Griswold

    #1

    Creating shortcuts?

    Hi Folks,

    Is it possible to create a shortcut to a file in Python? I need to do
    this in both win32 and OSX. I've already got it covered in Linux by
    system(ln...).

    Thanks,

    Ron Griswold
    Character TD
    R!OT Pictures
    rgriswold@rioti ng.com

  • Roger Upole

    #2
    Re: Creating shortcuts?

    On Windows, Pywin32 allows you to create and manipulate
    shortcuts. See \win32comext\sh ell\test\link.p y for a small
    class that wraps the required interfaces.
    hth
    Roger

    "Ron Griswold" <RGriswold@Riot ing.com> wrote in message news:mailman.45 4.1137135225.27 775.python-list@python.org ...
    Hi Folks,

    Is it possible to create a shortcut to a file in Python? I need to do
    this in both win32 and OSX. I've already got it covered in Linux by
    system(ln...).

    Thanks,

    Ron Griswold
    Character TD
    R!OT Pictures
    rgriswold@rioti ng.com



    ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
    http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
    ----= East and West-Coast Server Farms - Total Privacy via Encryption =----

    Comment

    Working...