Path
Solved
patron224
Posted messages
8
Status
Membre
-
patron224 Posted messages 8 Status Membre -
patron224 Posted messages 8 Status Membre -
Hello! I would like to use a relative path to read an .mp3 file.
With the absolute path:
Windowsmediaplayer.URL="E:\mes bases\boutique\audio.mp3" it works, but when I copy the boutique directory along with the .mp3 file to another PC, it doesn't work.
I would like to know if there is a relative path to solve this problem.
Thank you
With the absolute path:
Windowsmediaplayer.URL="E:\mes bases\boutique\audio.mp3" it works, but when I copy the boutique directory along with the .mp3 file to another PC, it doesn't work.
I would like to know if there is a relative path to solve this problem.
Thank you
2 réponses
yg_be
Posted messages
23437
Registration date
Status
Contributeur
Last intervention
Ambassadeur
1 587
Hello,
is the mp3 file in the same directory as the Access database? Well, that's easy!
by using, for example,
is the mp3 file in the same directory as the Access database? Well, that's easy!
by using, for example,
CurrentDb.Name, or even better,
CurrentProject.Path
The .mp3 file is in the same directory as the database.
I do not know what "currentProject.Path" is.
I understand the principle of relative paths (the path to reach an object from the current directory).
Referring to this absolute path: "E:\my databases\shop\audio.mp3". Knowing that my current directory is "shop", what relative path can we take?
Thank you for helping me further.
I do not know what "currentProject.Path" is.
I understand the principle of relative paths (the path to reach an object from the current directory).
Referring to this absolute path: "E:\my databases\shop\audio.mp3". Knowing that my current directory is "shop", what relative path can we take?
Thank you for helping me further.