# Fiducial markers from file

**URL:** https://discourse.slicer.org/t/fiducial-markers-from-file/6597
**Category:** Support
**Created:** [April 24, 2019, 11:56pm UTC](https://discourse.slicer.org/t/fiducial-markers-from-file/6597 "2019-04-24T23:56:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jainey](https://avatars.discourse-cdn.com/v4/letter/j/a88e57/32.png) [@Jainey](https://discourse.slicer.org/u/Jainey)
#### Post date: [April 24, 2019, 11:56pm UTC](https://discourse.slicer.org/t/fiducial-markers-from-file/6597/1 "2019-04-24T23:56:10Z")

</div>

Operating system: Windows 10  
Slicer version:4.10  
Expected behavior: Attempting to add fiducial markers from FCSV file  
Actual behavior: False command  
I am trying to import fiducial markers from saved FCSV file to the current image. I have tried this command.

slicer.util.loadMarkupsFiducialList(‘D:/fcsv/C.fcsv/to/list/F.fcsv’)  
I am getting a false error- Am I specifying the path wrong. I ve no programming knowledge.

Could someone please help.

My fcsv is store in D; FCSV folder and as C.fcsv

Thanks a lot

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [April 25, 2019, 3:29am UTC](https://discourse.slicer.org/t/fiducial-markers-from-file/6597/2 "2019-04-25T03:29:09Z")

</div>

I can successfully load a .fcsv file on Windows10 using `slicer.util.loadMarkupsFiducialList("c:/Users/andra/Documents/F.fcsv")`. If you can load the same file using “Add data” dialog then most likely you entered an incorrect path.

---

<div class="post-metadata">

### Author: ![Jainey](https://avatars.discourse-cdn.com/v4/letter/j/a88e57/32.png) [@Jainey](https://discourse.slicer.org/u/Jainey)
#### Post date: [May 1, 2019, 5:31pm UTC](https://discourse.slicer.org/t/fiducial-markers-from-file/6597/3 "2019-05-01T17:31:37Z")

</div>

Thank you very much @lassoan This sorted the problem
