Python Forum
How to read python shortcut target profile directory of Chrome Ink file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to read python shortcut target profile directory of Chrome Ink file
#1
Hi,

Iam trying to read the target profile directory of Chrome Ink shortcut file.

I use the following code

import win32com.client

shell = win32com.client.Dispatch("WScript.Shell")
shortcut = shell.CreateShortCut(r"Grammarly Profile - Chrome.lnk")
print(shortcut.Targetpath)
But it doesnt reading the --profile-directory parameter.

[Image: dy7DVSs.png]

Any help would be appreciated.

Thanks
Reply
#2
Still looking for a solution, Any help would be appreciated
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to read a file as binary or hex "string" so that I can do regex search? tatahuft 3 983 Dec-19-2024, 11:57 AM
Last Post: snippsat
  Read TXT file in Pandas and save to Parquet zinho 2 1,198 Sep-15-2024, 06:14 PM
Last Post: zinho
  FileNotFoundError: [Errno 2] No such file or directory although the file exists Arnibandyo 0 795 Aug-12-2024, 09:11 AM
Last Post: Arnibandyo
  Pycharm can't read file Genericgamemaker 5 1,521 Jul-24-2024, 08:10 PM
Last Post: deanhystad
  Python is unable to read file Genericgamemaker 13 3,478 Jul-19-2024, 06:42 PM
Last Post: snippsat
  "[Errno 2] No such file or directory" (.py file) IbrahimBennani 13 6,072 Jun-17-2024, 12:26 AM
Last Post: AdamHensley
  Connecting to Remote Server to read contents of a file ChaitanyaSharma 1 3,146 May-03-2024, 07:23 AM
Last Post: Pedroski55
  Recommended way to read/create PDF file? Winfried 3 4,538 Nov-26-2023, 07:51 AM
Last Post: Pedroski55
  python Read each xlsx file and write it into csv with pipe delimiter mg24 4 3,715 Nov-09-2023, 10:56 AM
Last Post: mg24
  read file txt on my pc to telegram bot api Tupa 0 2,517 Jul-06-2023, 01:52 AM
Last Post: Tupa

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020